duration property

Duration duration
final

Duration of the transition animation.

Controls how long the transition takes when the child widget changes. Also affects the AnimatedSize duration for size-change animations.

Implementation

final Duration duration;