LMContainerConfig constructor
LMContainerConfig(
- Color? color,
- LMCardBackgroundConfig? background,
- LMCardTextConfig? text,
- LMAction? onClick,
Implementation
LMContainerConfig(
this.color,
this.background,
this.text,
this.onClick,
);