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