actions property

List<Widget>? actions
final

Widgets that will be shown at the top of the nav bar. Typically a list of IconButton.

Implementation

final List<Widget>? actions;