CardObject.detailed constructor

CardObject.detailed(
  1. decorationPriority decorationVariant,
  2. String? cardLabel,
  3. String? cardBody,
  4. VoidCallback? cardAction,
)

Implementation

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