Skip to content

Commit

Permalink
add: Border, BorderSide, Scale Offset, Rotate to __init__.py (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonkoHenri authored Jan 12, 2023
1 parent 14c215b commit 2b78278
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 2b78278

Please sign in to comment.