duration property

Duration? duration
final

Override the Duration of the animation by setting the duration parameter.

This will set the total duration for the animated widget. For example, if text = "a", "b", "c" and if you want that each animation should take 3 seconds then you have to set duration to 3 seconds.

Implementation

final Duration? duration;