CupertinoActionSheetAction
An action button typically used in CupertinoActionSheet
.
Examples
Basic Example
python/controls/cupertino/cupertino-dialogs-alerts-panels/cupertino-action-sheet-example.py
loading...

Properties
content
The child control to be shown in this action button. In case both text
and content
are provided, then content
will
be used.
is_default_action
Whether this action should receive the style of an emphasized, default action.
Defaults to False
.
is_destructive_action
Whether this action should receive the style of a destructive action.
Defaults to False
.
text
The text to be shown in the button. In case both text
and content
are provided, then content
will be used.
Events
on_click
Fires when this action button is clicked.