menu
gmana_flutter package
documentation
extensions/theme_mode_ext.dart
ThemeModeExt
toLabel method
toLabel method
dark_mode
light_mode
toLabel
method
String
toLabel
(
)
Returns the display label for this ThemeMode.
Implementation
String toLabel() => ThemeModeService().getLabel(this);
gmana_flutter package
documentation
extensions/theme_mode_ext
ThemeModeExt
toLabel method
ThemeModeExt extension on
ThemeMode