Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: Border, BorderSide, Scale Offset, Rotate to __init__.py #866

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sdk/python/flet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from flet.app_bar import AppBar
from flet.audio import Audio
from flet.banner import Banner
from flet.border import Border, BorderSide
from flet.border_radius import BorderRadius
from flet.bottom_sheet import BottomSheet
from flet.buttons import (
Expand Down Expand Up @@ -130,6 +131,7 @@
ThemeVisualDensity,
)
from flet.tooltip import Tooltip
from flet.transform import Scale, Offset, Rotate
from flet.transparent_pointer import TransparentPointer
from flet.types import (
BlendMode,
Expand Down