menu
naki_ui package
documentation
theme.dart
InheritedTheme
setMode method
setMode method
dark_mode
light_mode
setMode
method
void
setMode
(
ThemeMode
mode
)
Sets the theme mode to the provided mode.
Implementation
void setMode(ThemeMode mode) => _onSetMode(mode);
naki_ui package
documentation
theme
InheritedTheme
setMode method
InheritedTheme class