reverseDuration property Null safety

Duration? reverseDuration
read / write

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;