CustomIcon constructor

const CustomIcon({
  1. Key? key,
  2. IconData? icon,
  3. Color? color,
  4. double? size,
})

Implementation

const CustomIcon({Key? key, this.icon, this.color, this.size}) : super(key: key);