of static method

ScopeRegistrant? of(
  1. BuildContext context
)

Implementation

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