menu
arcane_jaspr package
documentation
component/support/icons.dart
Icon
Icon.new const constructor
Icon.new const constructor
dark_mode
light_mode
Icon
constructor
const
Icon
(
IconData
icon
, {
IconSize
size
=
IconSize.md
,
String
?
color
,
String
?
label
,
Key
?
key
,
})
Implementation
const Icon( this.icon, { this.size = IconSize.md, this.color, this.label, super.key, });
arcane_jaspr package
documentation
component/support/icons
Icon
Icon.new const constructor
Icon class