of static method

Implementation

static AnchorScrollViewWrapper? of(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<AnchorScrollViewWrapper>();
}