menu
artisanal package
documentation
widgets.dart
setTheme function
setTheme function
dark_mode
light_mode
setTheme
function
void
setTheme
(
Theme
theme
)
Sets the global theme.
Implementation
void setTheme(Theme theme) { _currentTheme = theme; }
artisanal package
documentation
widgets
setTheme function
widgets library