LMCardButtonConfig constructor

LMCardButtonConfig(
  1. String? label,
  2. Color? color,
  3. Color? backgroundColor,
  4. LMAction? onClick,
  5. LMCardIconConfig? icon,
)

Implementation

LMCardButtonConfig(
  this.label,
  this.color,
  this.backgroundColor,
  this.onClick,
  this.icon,
);