actions property

List<Widget>? actions
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;