AsLineProgress constructor

AsLineProgress({
  1. int? progress,
  2. Color? borderColor,
  3. Color? progressColor,
  4. Color? backgroundColor,
})

Implementation

AsLineProgress(
  {
    this.progress,
    this.borderColor,
    this.progressColor,
    this.backgroundColor
  }
);