animation property

Animation<double>? animation
finalinherited

An optional animation for AnimatedList. If no animation is provided, AnimatedList falls back on its default.

Implementation

final Animation<double>? animation;