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