of static method
Implementation
static ThemeData? of(BuildContext context) {
_theme.value = LightTheme.of(context);
return _theme.value;
}
static ThemeData? of(BuildContext context) {
_theme.value = LightTheme.of(context);
return _theme.value;
}