AtomicProgress constructor
const
AtomicProgress({
- Key? key,
- double? value,
- Color? backgroundColor,
- Color? valueColor,
- AtomicProgressVariant variant = AtomicProgressVariant.linear,
- AtomicProgressSize size = AtomicProgressSize.medium,
- double? strokeWidth,
- String? label,
- bool showPercentage = false,
- String? semanticLabel,
- EdgeInsetsGeometry? margin,
Implementation
const AtomicProgress({
super.key,
this.value,
this.backgroundColor,
this.valueColor,
this.variant = AtomicProgressVariant.linear,
this.size = AtomicProgressSize.medium,
this.strokeWidth,
this.label,
this.showPercentage = false,
this.semanticLabel,
this.margin,
});