of static method
Implementation
static OudsThemeConfigModel? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<OudsThemeConfigModel>();
}
static OudsThemeConfigModel? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<OudsThemeConfigModel>();
}