CupertinoBottomSheet
An iOS-style bottom sheet.
To open this control, simply call the page.open()
helper-method.
Examples
Basic Example
python/controls/cupertino/cupertino-dialogs-alerts-panels/cupertino-action-sheet-example.py
loading...

Properties
bgcolor
The sheet's background color.
content
The content of the bottom sheet.
height
The height of the bottom sheet.
modal
Whether this bottom sheet can be dismissed/closed by clicking the area outside of it.
open
Set to True
to display a bottom sheet.
padding
The sheet's padding. The value is an instance of Padding
class or a number.
Events
on_dismiss
Fires when bottom sheet is dismissed.