CircularProgressProps constructor
const
CircularProgressProps({
- required double value,
- String? size,
- String? strokeWidth,
- String? fillColor,
- String? trackColor,
- String? label,
- bool showPercentage = true,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
Implementation
const CircularProgressProps({
required this.value,
this.size,
this.strokeWidth,
this.fillColor,
this.trackColor,
this.label,
this.showPercentage = true,
this.styles,
this.decoration,
});