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