actions property

List<Widget>? actions
final

Widgets shown at the end of the toolbar for additional actions.

Typically a list of IconButton.

Implementation

final List<Widget>? actions;