Label constructor

Label([
  1. String? value
])

The <label> HTML element represents a caption for an item in a user interface. Read more...

Implementation

Label([super.value]) {
  tag = 'label';
}