LMContainerConfig constructor

LMContainerConfig(
  1. Color? color,
  2. LMCardBackgroundConfig? background,
  3. LMCardTextConfig? text,
  4. LMAction? onClick,
)

Implementation

LMContainerConfig(
  this.color,
  this.background,
  this.text,
  this.onClick,
);