menu
iviva_core package
documentation
icon_helper/icon_helper.dart
UXPIcon
UXPIcon.new constructor
UXPIcon.new constructor
dark_mode
light_mode
UXPIcon
constructor
UXPIcon
(
String
icon
, {
Key
?
key
,
double
?
size
,
Color
?
color
,
})
Implementation
UXPIcon(this.icon, {Key? key, this.size, this.color}) : super(key: key);
iviva_core package
documentation
icon_helper/icon_helper
UXPIcon
UXPIcon.new constructor
UXPIcon class