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