SoftUiProgressBar constructor
const
SoftUiProgressBar({})
Implementation
const SoftUiProgressBar({
this.total = Duration.zero,
this.progress = Duration.zero,
this.buffered = Duration.zero,
this.color,
this.onSeek,
super.key,
});