reverseDelay property

Duration? reverseDelay
finalinherited

The delay before the animation starts playing in the backward direction (only applicable if mirror is true). This allows for a slight pause between the forward and backward animations in the mirroring effect.

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

Implementation

final Duration? reverseDelay;