CardObject.standard constructor

CardObject.standard(
  1. decorationPriority decorationVariant,
  2. String? cardLabel,
  3. VoidCallback? cardAction
)

Implementation

CardObject.standard(this.decorationVariant, this.cardLabel, this.cardAction)
    : assert(cardLabel != '', cardAction != null);