Progress constructor

Progress([
  1. String? value
])

The <progress> HTML element displays an indicator showing the completion progress of a task, typically displayed as a progress bar. Read more...

Implementation

Progress([super.value]) {
  tag = 'progress';
}