reverseDuration property

Duration? reverseDuration
getter/setter pair

The amount of time the animation should last if the value is decreasing.

If this is null (the default), the duration is used in its place.

Implementation

Duration? reverseDuration;