exitTransition property

List<AnimationEffect>? exitTransition
final

List of AnimationEffect used for the disappearing animation when item is removed from list.

Defaults to FadeAnimation()

Implementation

final List<AnimationEffect>? exitTransition;