animationDuration property

Duration? animationDuration
final

The duration for the dropdown animation.

Use a Duration object to specify the animation duration in any time unit (e.g., seconds, milliseconds). Defaults to 160 milliseconds.

Implementation

final Duration? animationDuration;