AuiProgress.linear constructor
const
AuiProgress.linear({})
Creates a linear progress bar.
Implementation
const AuiProgress.linear({
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.linear;