actions property

List<Widget> actions
final

Optional actions which are placed in the right top corner.

Typically a list of IconButtons.

Implementation

final List<Widget> actions;