animationDuration property

Duration? animationDuration
final

The duration of the animation. Defaults to ThemeData.fasterAnimationDuration. To disable the animation, set this to Duration.zero

Implementation

final Duration? animationDuration;