ofState static method

RefresherState? ofState(
  1. BuildContext? context
)

Implementation

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