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