theme property
ThemeMode
get
theme
Implementation
ThemeMode get theme => _loadThemeFromBox() ? ThemeMode.dark : ThemeMode.light;
ThemeMode get theme => _loadThemeFromBox() ? ThemeMode.dark : ThemeMode.light;