of static method

Implementation

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