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