enterTransition property

List<AnimationEffect>? enterTransition
final

List of AnimationEffect used for the appearing animation when an item was inserted into the list.

Defaults to FadeAnimation()

Implementation

final List<AnimationEffect>? enterTransition;