enterTransition property

List<AnimationEffect>? enterTransition
final

List of AnimationEffect used for the appearing animation when item is added in the list.

Defaults to FadeAnimation()

Implementation

final List<AnimationEffect>? enterTransition;