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