reverseDuration property

Duration? reverseDuration
finalinherited

An optional duration that can be specified for the backward animation (only applicable if mirror is true), allowing for a different duration compared to the forward animation, creating an asymmetrical mirroring effect.

Defaults to null, which means the backward animation will use the same duration as the forward animation specified by the duration property.

Implementation

final Duration? reverseDuration;