ZetaProgressCircle constructor
- Key? key,
- double progress = 0,
- double maxValue = 1,
- ZetaCircleSizes size = ZetaCircleSizes.xl,
- bool? rounded,
- VoidCallback? onCancel,
- String? label,
Constructor for ZetaProgressCircle
Implementation
const ZetaProgressCircle({
super.key,
super.progress = 0,
super.maxValue = 1,
this.size = ZetaCircleSizes.xl,
super.rounded,
this.onCancel,
this.label,
});