ofState static method

SmartRefresherState? ofState(
  1. BuildContext? context
)

Implementation

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