ArcaneProgressBar constructor
const
ArcaneProgressBar({
- required double value,
- ComponentSize size = ComponentSize.md,
- ProgressVariant variant = ProgressVariant.primary,
- bool indeterminate = false,
- bool showValue = false,
- String? trackColor,
- String? indicatorColor,
- Key? key,
Implementation
const ArcaneProgressBar({
required this.value,
this.size = ComponentSize.md,
this.variant = ProgressVariant.primary,
this.indeterminate = false,
this.showValue = false,
this.trackColor,
this.indicatorColor,
super.key,
});