of static method

Implementation

static ImplicitlyAnimatedReorderableListState? of(BuildContext context) {
  return context
      .findAncestorStateOfType<ImplicitlyAnimatedReorderableListState>();
}