progress constructor
const
progress(})
The <progress> HTML element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Implementation
const progress(
this.children, {
this.value,
this.max,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});