LMCardIconConfig constructor

LMCardIconConfig(
  1. IconData? icon,
  2. Color? color,
  3. double? size
)

Implementation

LMCardIconConfig(
  this.icon,
  this.color,
  this.size,
);