Skip to main content

CupertinoActionSheet

An iOS-style action sheet.

To open this control, simply call the page.open() helper-method.

Examples​

Live example

Basic Example​

python/controls/cupertino/cupertino-dialogs-alerts-panels/cupertino-action-sheet-example.py
loading...

Properties​

actions​

A list of action buttons to be shown in the sheet. These actions are typically CupertinoActionSheetActions. This list must have at least one action.

cancel​

An optional control to be shown below the actions but grouped separately from them. Typically a CupertinoActionSheetAction button.

message​

A control containing a descriptive message that provides more details about the reason for the alert. Typically a Text control.

title​

A control containing the title of the action sheet. Typically a Text control.