of static method

Implementation

static AbstractConfiguration? of(BuildContext context) {
  // Returns the AbstractConfiguration widget from the widget tree, if it exists
  return context.dependOnInheritedWidgetOfExactType<AbstractConfiguration>();
}