actions property

List<ArnaHeaderBarItem>? actions
final

A list of ArnaHeaderBarItem widgets to display in a row after the middle widget, as the header bar actions.

If the header bar actions exceed the available header bar width (e.g. when the window is resized), the overflowed actions can be opened from the ArnaPopupMenuButton at the end of the header bar.

Implementation

final List<ArnaHeaderBarItem>? actions;