of static method

Implementation

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