reverseDuration property

Duration? reverseDuration
final

The length of time this animation should last when going in reverse.

The value of duration us used if reverseDuration is not specified or set to null.

Implementation

final Duration? reverseDuration;