of static method

Implementation

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