ArcaneProgressBar constructor
const
ArcaneProgressBar({
- required double value,
- String? label,
- ProgressSize size = ProgressSize.md,
- ProgressStyle? style,
- bool showPercentage = false,
- bool animated = true,
- Key? key,
Implementation
const ArcaneProgressBar({
required this.value,
this.label,
this.size = ProgressSize.md,
this.style,
this.showPercentage = false,
this.animated = true,
super.key,
});