reverseDuration property
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;
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.
Duration? reverseDuration;