menu
gmana_flutter package
documentation
extensions/theme_mode_ext.dart
ThemeModeExt
toIcon method
toIcon method
dark_mode
light_mode
toIcon
method
IconData
toIcon
(
)
Returns the icon for this ThemeMode.
Implementation
IconData toIcon() => ThemeModeService().getIcon(this);
gmana_flutter package
documentation
extensions/theme_mode_ext
ThemeModeExt
toIcon method
ThemeModeExt extension on
ThemeMode