RoundedProgressBarStyle constructor

RoundedProgressBarStyle({
  1. Color? backgroundProgress = backgroundProgressDefault,
  2. Color? colorProgress = colorProgressDefault,
  3. Color? colorProgressDark = colorProgressDarkDefault,
  4. Color? colorBorder = colorBorderDefault,
  5. Color? colorBackgroundIcon = colorBorderDefault,
  6. double? widthShadow = 6,
  7. double? borderWidth = 6,
})

Implementation

RoundedProgressBarStyle(
    {this.backgroundProgress = backgroundProgressDefault,
    this.colorProgress = colorProgressDefault,
    this.colorProgressDark = colorProgressDarkDefault,
    this.colorBorder = colorBorderDefault,
    this.colorBackgroundIcon = colorBorderDefault,
    this.widthShadow = 6,
    this.borderWidth = 6});