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