actions property

List<Widget>? actions
final

The widgets to show in the bottom part of the card. Typically contains ZdsTag and ZdsLabel.

Implementation

final List<Widget>? actions;