CustomIcon constructor
const
CustomIcon({})
Implementation
const CustomIcon({
Key? key,
required this.path,
required this.url,
required this.label,
required this.width,
required this.height,
}) : super(key: key);