LinearProgressIndicator constructor
const
LinearProgressIndicator({})
Creates a LinearProgressIndicator with an optional value.
Implementation
const LinearProgressIndicator({
super.key,
this.value,
this.backgroundColor,
this.color,
this.indicatorWidth,
});