actionItems property

List<Widget> actionItems
final

Action buttons to display in the header.

If more than 6 items are provided, only the first 6 will be displayed. Expects ZetaIconButton widgets.

Implementation

final List<Widget> actionItems;