actions property

List<Widget>? actions
final

Widgets to display in a row after the title widget.

Typically these widgets are IconButtons representing common operations.

Implementation

final List<Widget>? actions;