LinearProgressIndicator constructor
const
LinearProgressIndicator(})
Creates a LinearProgressIndicator.
Implementation
const LinearProgressIndicator(
this.fraction, {
this.style = Style.empty,
this.showPercentage = true,
this.smooth = false,
this.startColor,
this.endColor,
this.easing = Easing.linear,
});