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