LMCardBackgroundConfig constructor

LMCardBackgroundConfig(
  1. LMCardImageConfig? image,
  2. Color? color
)

Implementation

LMCardBackgroundConfig(
  this.image,
  this.color,
);