menu
v360_ui package
documentation
display/v_icon.dart
VIcon
VIcon.new const constructor
VIcon.new const constructor
dark_mode
light_mode
VIcon
constructor
const
VIcon
(
IconData
icon
, {
Key
?
key
,
String
?
tooltip
,
VIconSize
size
=
VIconSize.medium
,
VColor
?
color
,
})
Implementation
const VIcon( this.icon, { super.key, this.tooltip, this.size = VIconSize.medium, this.color, });
v360_ui package
documentation
display/v_icon
VIcon
VIcon.new const constructor
VIcon class