actions property Null safety
final
A list of Widgets to display in a row after the title widget.
Typically these widgets are IconButtons representing common operations. For less common operations, consider using a PopupMenuButton as the last action.
The actions become the trailing component of the NavigationToolbar built by this widget. The height of each action is constrained to be no bigger than the toolbarHeight.
This property is used to configure an AppBar.
Implementation
final List<Widget>? actions;