AudioProgressBar constructor
const
AudioProgressBar({
- TimeLabelType labelType = TimeLabelType.totalTime,
- TimeLabelLocation timeLocation = TimeLabelLocation.sides,
- Key? key,
Implementation
const AudioProgressBar({
this.labelType = TimeLabelType.totalTime,
this.timeLocation = TimeLabelLocation.sides,
super.key,
});