actions property
Widgets to display after the title widget.
Typically these widgets are IconButtons representing common operations. For less common operations, consider using a PopupMenuButton as the last action.
Implementation
final List<Widget>? actions;