newScopeProviderOf<T> static method

Scope Function() newScopeProviderOf<T>(
  1. BuildContext context,
  2. T target
)

Implementation

static Scope Function() newScopeProviderOf<T>(
        BuildContext context, T target) =>
    scopeOf(context).scopeProvider(target);