menu
custom_view package
documentation
custom_icon.dart
CustomIcon
CustomIcon const constructor
CustomIcon const constructor
dark_mode
light_mode
CustomIcon
constructor
const
CustomIcon
(
{
Key
?
key
,
IconData
?
icon
,
Color
?
color
,
double
?
size
,
})
Implementation
const CustomIcon({Key? key, this.icon, this.color, this.size}) : super(key: key);
custom_view package
documentation
custom_icon
CustomIcon
CustomIcon const constructor
CustomIcon class