LeanIcon constructor

const LeanIcon({
  1. Key? key,
  2. required IconData? icon,
  3. Color? iconColor,
  4. double? iconSize,
})

This constructor requires an Icon.icon.

Implementation

const LeanIcon({super.key, required this.icon, this.iconColor,this.iconSize});