reverseDuration property

Duration? reverseDuration
getter/setter pair

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

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

Implementation

Duration? reverseDuration;