LMCardButtonConfig constructor
LMCardButtonConfig(
- String? label,
- Color? color,
- Color? backgroundColor,
- LMAction? onClick,
- LMCardIconConfig? icon,
Implementation
LMCardButtonConfig(
this.label,
this.color,
this.backgroundColor,
this.onClick,
this.icon,
);