of static method

Implementation

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