LMCardTextConfig constructor

LMCardTextConfig(
  1. String? text,
  2. Color? color,
  3. String? align,
  4. double? size,
)

Implementation

LMCardTextConfig(this.text, this.color, this.align, this.size);