actions property

List<Widget>? actions
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.

Implementation

final List<Widget>? actions;