RoundProgressBarTrack constructor

const RoundProgressBarTrack({
  1. required double padding,
  2. required double width,
  3. Color? color,
  4. Key? key,
})

Implementation

const RoundProgressBarTrack({
  required this.padding,
  required this.width,
  this.color,
  super.key,
});