of static method

Implementation

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