menu
widget_icons package
documentation
widget_theme.dart
WidgetTheme
WidgetTheme const constructor
WidgetTheme const constructor
dark_mode
light_mode
WidgetTheme
constructor
const
WidgetTheme
(
{
IconData
?
icon
,
Color
color
=
otherWidgetColor
,
})
Implementation
const WidgetTheme({ this.icon, this.color = otherWidgetColor, });
widget_icons package
documentation
widget_theme
WidgetTheme
WidgetTheme const constructor
WidgetTheme class