of static method

SmartRefresher? of(
  1. BuildContext? context
)

Implementation

static SmartRefresher? of(BuildContext? context) {
  return context!.findAncestorWidgetOfExactType<SmartRefresher>();
}