PlexProgressBar constructor
const
PlexProgressBar({
- Key? key,
- double value = 0,
- double max = 100,
- String? label,
- bool showValue = false,
- PlexProgressBarSize size = PlexProgressBarSize.md,
- PlexProgressBarTone tone = PlexProgressBarTone.brand,
- bool indeterminate = false,
Implementation
const PlexProgressBar({
super.key,
this.value = 0,
this.max = 100,
this.label,
this.showValue = false,
this.size = PlexProgressBarSize.md,
this.tone = PlexProgressBarTone.brand,
this.indeterminate = false,
});