You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flag for Modal BottomSheet behaviour. There are two types of BS - persistent and modal and Flet only has the persistent atm. The Modal flag could be in the BS class itself, in the page.show_bottomsheet(modal=*) or we create a new page method: page.show_modal_bottomsheet()
BottomSheet
behaviour. There are two types of BS - persistent and modal and Flet only has the persistent atm. The Modal flag could be in the BS class itself, in thepage.show_bottomsheet(modal=*)
or we create a new page method:page.show_modal_bottomsheet()
bgcolor
elevation
The text was updated successfully, but these errors were encountered: