actions property
final
Widgets that will be shown at the end of the appbar. Typically a list of IconButton.
The recommended length is 3 items or fewer. If you need to display more actions, consider creating a kebab IconButton menu with ZdsPopupMenu.
Implementation
final List<Widget>? actions;