CategoryIcon constructor
const
CategoryIcon({})
Icon of Category
Implementation
const CategoryIcon({
required this.icon,
this.color = const Color.fromRGBO(211, 211, 211, 1),
this.selectedColor = const Color.fromRGBO(178, 178, 178, 1),
});