Label constructor
Label([
- String? value
The <label> HTML element represents a caption
for an item in a user interface.
Read more...
Implementation
Label([super.value]) {
tag = 'label';
}
The <label> HTML element represents a caption
for an item in a user interface.
Read more...
Label([super.value]) {
tag = 'label';
}