smartrider
prefs_bloc
PrefsLoadedState
theme property
theme
smartrider
prefs_bloc
PrefsLoadedState
theme property
PrefsLoadedState class
Constructors
PrefsLoadedState
Properties
buses
hashCode
modifyActiveRoutes
prefs
props
runtimeType
shuttles
theme
Methods
noSuchMethod
toString
Operators
operator ==
theme
property
dynamic
theme
Implementation
ThemeData get theme => prefs.getBool('darkMode') ? darkTheme : lightTheme;