actions property
An optional list of additional Widgets to include as actions in the dialog footer, appended after the standard cancel/confirm buttons. Useful for adding secondary options, e.g., Command buttons for alternative actions.
Implementation
final List<Widget>? actions;