menu
hubble_widget_library package
documentation
v3_design_system/widgets/icon.dart
HubbleIcon
HubbleIcon.new const constructor
HubbleIcon.new const constructor
dark_mode
light_mode
HubbleIcon
constructor
const
HubbleIcon
(
IconData
icon
, {
Key
?
key
,
double
size
=
24
,
Color
?
color
,
})
Implementation
const HubbleIcon( this.icon, { Key? key, this.size = 24, this.color, }) : super(key: key);
hubble_widget_library package
documentation
v3_design_system/widgets/icon
HubbleIcon
HubbleIcon.new const constructor
HubbleIcon class