actions property

List<ToolbarItem>? actions
final

A list of ToolbarItem widgets to display in a row after the title widget, as the toolbar actions.

Toolbar items include ToolBarIconButton, ToolBarPulldownButton, ToolBarSpacer, and CustomToolbarItem widgets.

If the toolbar actions exceed the available toolbar width (e.g. when the window is resized), the overflowed actions are displayed via a ToolbarOverflowMenu, that can be opened from the ToolbarOverflowButton at the right edge of the toolbar.

Implementation

final List<ToolbarItem>? actions;