LinearProgressbar constructor

LinearProgressbar({
  1. Color? color,
  2. Color? backgroundColor,
  3. double? width,
  4. double? progress,
  5. EdgeInsets? margin,
})

Implementation

LinearProgressbar(
    {this.color,
    this.backgroundColor,
    this.width,
    this.progress,
    this.margin});