of static method

SurahInfoTheme? of(
  1. BuildContext context
)

Implementation

static SurahInfoTheme? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<SurahInfoTheme>();