of static method

Scope? of(
  1. BuildContext context
)

Implementation

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