of static method

Implementation

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