ProgressLinear constructor

ProgressLinear({
  1. String? percentage = "30",
  2. Color? backgroundColor,
  3. Color? progressColor,
  4. double? width,
  5. Color? fillColor,
  6. double? lineHeight,
})

Implementation

ProgressLinear(
    {this.percentage="30",
    this.backgroundColor,
    this.progressColor,
    this.width,
    this.fillColor,
    this.lineHeight});