animationDuration property

Duration animationDuration
final

The duration that transitionBuilder animation takes.

This argument is best used with transitionBuilder and animationStart to fully control the animation.

Defaults to 500 milliseconds.

Implementation

final Duration animationDuration;