LinearProgressbar constructor
LinearProgressbar({
- Color? color,
- Color? backgroundColor,
- double? width,
- double? progress,
- EdgeInsets? margin,
Implementation
LinearProgressbar(
{this.color,
this.backgroundColor,
this.width,
this.progress,
this.margin});