reverseDuration property

Duration? reverseDuration
final

The duration of the transition from the new child value to the old one.

This duration is applied to the given child 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;