theme static method
Reference of Theme
Implementation
static ThemeData? theme() {
if (_theme == null) loadLightTheme();
return _theme;
}
Reference of Theme
static ThemeData? theme() {
if (_theme == null) loadLightTheme();
return _theme;
}