maybeOf static method

Implementation

static ConstrainedAnimatedReorderableListViewState? maybeOf(
  BuildContext context,
) {
  return context
      .findAncestorStateOfType<ConstrainedAnimatedReorderableListViewState>();
}