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