reverseTransition property

AnimatedRepeatableBuilder? reverseTransition
finalinherited

Defines the type of animation applied to the child widget for the backward direction (only applicable if mirror is true).

Allows for specifying a different animation than the forward transition for a more complex mirroring effect.

Defaults to null, which means the backward animation will use the same transition function as the forward animation specified by the transition property.

Implementation

final AnimatedRepeatableBuilder? reverseTransition;