of static method
Implementation
static CustomThemeHolder of(BuildContext context) {
CustomThemeHolder inherited =
(context.dependOnInheritedWidgetOfExactType<CustomThemeHolder>())!;
return inherited;
}
static CustomThemeHolder of(BuildContext context) {
CustomThemeHolder inherited =
(context.dependOnInheritedWidgetOfExactType<CustomThemeHolder>())!;
return inherited;
}