ShadProgress constructor
const
ShadProgress({})
Creates a progress bar widget with the specified properties.
Implementation
const ShadProgress({
super.key,
this.value,
this.backgroundColor,
this.color,
this.valueColor,
this.minHeight,
this.semanticsLabel,
this.semanticsValue,
this.borderRadius,
this.innerBorderRadius,
});