actions property
final
Widgets that will be shown at the top of the nav bar. Typically a list of IconButton.
Implementation
final List<Widget>? actions;
Widgets that will be shown at the top of the nav bar. Typically a list of IconButton.
final List<Widget>? actions;