actions property
final
The set of actions that are displayed for the user to select.
This must be a list of CupertinoActionSheetAction widgets.
Implementation
final List<Widget>? actions;
The set of actions that are displayed for the user to select.
This must be a list of CupertinoActionSheetAction widgets.
final List<Widget>? actions;