actions property
final
Widgets shown at the end of the toolbar for additional actions.
Typically a list of IconButton.
Implementation
final List<Widget>? actions;
Widgets shown at the end of the toolbar for additional actions.
Typically a list of IconButton.
final List<Widget>? actions;