actions property

List<Widget>? actions
final

The (optional) set of actions that are displayed at the bottom of the flashbar.

Typically this is a list of TextButton widgets.

These widgets will be wrapped in a ButtonBar, which introduces 8 pixels of padding on each side.

Implementation

final List<Widget>? actions;