ofState static method
Implementation
static RefresherState? ofState(BuildContext? context) {
return context!.findAncestorStateOfType<RefresherState>();
}
static RefresherState? ofState(BuildContext? context) {
return context!.findAncestorStateOfType<RefresherState>();
}