menu
arcane package
documentation
component/app.dart
ArcaneAppState
setTheme method
setTheme method
dark_mode
light_mode
setTheme
method
void
setTheme
(
AbstractArcaneTheme
theme
)
Implementation
void setTheme(AbstractArcaneTheme theme) { setState(() { _theme = theme; }); }
arcane package
documentation
component/app
ArcaneAppState
setTheme method
ArcaneAppState class