reverseDuration property

Duration? reverseDuration
final

reverseDuration Defaults to Duration(milliseconds: 500) The duration of the transition from the new backChild value to the frontChild.

This duration is applied to the given backChild when that property is set to a new child. Changing reverseDuration will not affect the durations of transitions already in progress.

If not set, then the value of duration is used by default.

Implementation

final Duration? reverseDuration;