ProgressAnimation constructor
const
ProgressAnimation({})
An object which contains configuration for the animation of a Progress instance.
Implementation
const ProgressAnimation({
this.frames = _defaultFrames,
this.interval = _defaultInterval,
});