CustomIcon constructor

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

Implementation

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