of static method

Implementation

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