animatedList property

AnimatedListState animatedList

Returns the animated list state from the closest widgets.AnimatedList ancestor.

context.animatedList is equivalent to widgets.AnimatedList.of.

Implementation

widgets.AnimatedListState get animatedList {
  return widgets.AnimatedList.of(this);
}