AudioProgressBar constructor

const AudioProgressBar({
  1. TimeLabelType labelType = TimeLabelType.totalTime,
  2. TimeLabelLocation timeLocation = TimeLabelLocation.sides,
  3. Key? key,
})

Implementation

const AudioProgressBar({
  this.labelType = TimeLabelType.totalTime,
  this.timeLocation = TimeLabelLocation.sides,
  super.key,
});