LMCardBackgroundConfig constructor
LMCardBackgroundConfig(
- LMCardImageConfig? image,
- Color? color
Implementation
LMCardBackgroundConfig(
this.image,
this.color,
);
LMCardBackgroundConfig(
this.image,
this.color,
);