menu
get_location_oorjaa package
documentation
shared/widget/custom_image_icon.dart
CustomImageIcon
CustomImageIcon const constructor
CustomImageIcon const constructor
dark_mode
light_mode
CustomImageIcon
constructor
const
CustomImageIcon
(
{
Key
?
key
,
required
String
imageName
,
Color
?
color
,
})
Implementation
const CustomImageIcon({Key? key, required this.imageName,this.color}) : super(key: key);
get_location_oorjaa package
documentation
shared/widget/custom_image_icon
CustomImageIcon
CustomImageIcon const constructor
CustomImageIcon class