animationDuration property

Duration? animationDuration
final

The animation duration for the progress. If animationDuration is null then it will use the default Duration(milliseconds: 500).

Implementation

final Duration? animationDuration;