Legend constructor
Legend([
- String? value
The <legend> HTML element represents a caption
for the content of its parent <fieldset>.
Read more...
Implementation
Legend([super.value]) {
tag = 'legend';
}