menu
gmana_flutter package
documentation
extensions/theme_mode_ext.dart
ThemeModeStringExt
toThemeMode method
toThemeMode method
dark_mode
light_mode
toThemeMode
method
ThemeMode
toThemeMode
(
)
Converts a string key to a ThemeMode.
Implementation
ThemeMode toThemeMode() => ThemeModeService().fromKey(this);
gmana_flutter package
documentation
extensions/theme_mode_ext
ThemeModeStringExt
toThemeMode method
ThemeModeStringExt extension on
String