menu
healthicons_flutter package
documentation
filled/ui_preferences.dart
UiPreferences
UiPreferences.new const constructor
UiPreferences.new const constructor
dark_mode
light_mode
UiPreferences
constructor
const
UiPreferences
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const UiPreferences({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/ui_preferences
UiPreferences
UiPreferences.new const constructor
UiPreferences class