actions property

List<Widget> actions
final

Additional action widgets to display on the right side of the bar.

These are typically icon buttons for actions like settings, search, or other page-specific functionality.

Implementation

final List<Widget> actions;