actions property

Widget? actions
final

A list of Widgets to display in a row after the title widget.

Typically these widgets are IconButtons representing common operations.

Implementation

final Widget? actions;