LinearProgressIndicator constructor
LinearProgressIndicator({})
Implementation
LinearProgressIndicator({
this.value,
this.width = 20,
this.color,
this.backgroundColor,
this.interval = const Duration(milliseconds: 90),
this.indeterminateChunkSize = 4,
super.key,
});