CardIcon constructor

const CardIcon({
  1. IconData? icon,
  2. Color? color = Colors.black,
  3. double? size = 30.0,
  4. double? paddingHorizontal = 0,
  5. double? paddingVertical = 0,
})

Implementation

const CardIcon(
    {this.icon,
    this.color = Colors.black,
    this.size = 30.0,
    this.paddingHorizontal = 0,
    this.paddingVertical = 0});