theme property

ThemeMode theme

Implementation

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