of static method

TafsirTheme? of(
  1. BuildContext context
)

Implementation

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