reverseTransitionDuration property

Duration get reverseTransitionDuration
inherited

The duration the transition going in reverse.

By default, the reverse transition duration is set to the value of the forwards transitionDuration.

Implementation

Duration get reverseTransitionDuration => transitionDuration;