duration property

Duration? duration
final

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

Implementation

final Duration? duration;