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