duration property

Duration? duration
final

The specified duration for the effect. If null, will inherit the duration from the previous effect, or use Animate.defaultDuration if this is the first effect.

Implementation

final Duration? duration;