actions property Null safety
final
The set of actions that are displayed for the user to select.
Typically this is a list of CupertinoActionSheetAction widgets.
Implementation
final List<Widget>? actions;
The set of actions that are displayed for the user to select.
Typically this is a list of CupertinoActionSheetAction widgets.
final List<Widget>? actions;