AuiProgress.circular constructor
const
AuiProgress.circular({})
Creates a circular progress indicator.
Implementation
const AuiProgress.circular({
super.key,
this.value,
this.color,
this.backgroundColor,
this.strokeWidth = 4.0,
this.height = 6.0,
this.label,
this.size = 48.0,
this.animated = true,
}) : _variant = _ProgressVariant.circular;