actions property
final
The actions that will be shown at the end of this widget.
Typically an IconButton or a ZdsButton.text.
Implementation
final List<Widget>? actions;
The actions that will be shown at the end of this widget.
Typically an IconButton or a ZdsButton.text.
final List<Widget>? actions;