Skip to content

CupertinoActionSheetAction

Inherits: LayoutControl

An action button typically used in a CupertinoActionSheet.

Properties

Events

Properties#

content instance-attribute #

content: StrOrControl

The child control to be shown in this action button.

Raises:

default class-attribute instance-attribute #

default: bool = False

Whether this action should receive the style of an emphasized, default action.

destructive class-attribute instance-attribute #

destructive: bool = False

Whether this action should receive the style of a destructive action.

mouse_cursor class-attribute instance-attribute #

mouse_cursor: Optional[MouseCursor] = None

Defines the mouse cursor for this action button.

Events#

on_click class-attribute instance-attribute #

Called when this action button is clicked.