actions property

List<Widget> actions
final

List of custom action widgets to display in the action bar. These widgets are rendered in order, from left to right. The settings button (if enabled) is always rendered after all actions. This is optional - if not provided, an empty list is used.

Implementation

final List<Widget> actions;