menu
uikit_flutter package
documentation
theme/theme_provider.dart
ThemeProvider
themeMode property
themeMode property
dark_mode
light_mode
themeMode
property
ThemeMode
themeMode
getter/setter pair
The actual theme used in the app. It defaults to
light
.
Implementation
ThemeMode themeMode = ThemeMode.light;
uikit_flutter package
documentation
theme/theme_provider
ThemeProvider
themeMode property
ThemeProvider class