ProgressBarBundle constructor

ProgressBarBundle({
  1. required List<ProgressBarItem> barList,
  2. List<Color> colors = _defaultColor,
  3. List<Color> hintColors = _defaultHintColor,
})

Implementation

ProgressBarBundle(
    {required this.barList,
    this.colors = _defaultColor,
    this.hintColors = _defaultHintColor});