actions property

List<Widget>? actions
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;