menu
screendapt package
documentation
screendapt.dart
SIcon
SIcon.new const constructor
SIcon.new const constructor
dark_mode
light_mode
SIcon
constructor
const
SIcon
(
IconData
iconData
, {
Key
?
key
,
Color
?
color
,
double
iconSize
=
30
,
double
maxIconSize
=
30
,
})
Implementation
const SIcon( this.iconData, { super.key, this.color, this.iconSize = 30, this.maxIconSize = 30, });
screendapt package
documentation
screendapt
SIcon
SIcon.new const constructor
SIcon class