exitTransition property

List<AnimationEffect>? exitTransition
final

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

Defaults to FadeAnimation()

Implementation

final List<AnimationEffect>? exitTransition;