actions property Null safety
final
The (optional) set of actions that are displayed at the bottom of the dialog.
Typically this is a list of CupertinoDialogAction widgets.
Implementation
final List<Widget> actions;
The (optional) set of actions that are displayed at the bottom of the dialog.
Typically this is a list of CupertinoDialogAction widgets.
final List<Widget> actions;