LMCardImageConfig constructor

LMCardImageConfig(
  1. String? image,
  2. BoxFit? position,
  3. double? size
)

Implementation

LMCardImageConfig(
  this.image,
  this.position,
  this.size,
);