of static method

Implementation

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