of static method

Implementation

static ScopeBlockController? of(BuildContext context) {
  return (context.dependOnInheritedWidgetOfExactType<ScopeBlockController>());
}