Legend constructor

Legend([
  1. String? value
])

The <legend> HTML element represents a caption for the content of its parent <fieldset>. Read more...

Implementation

Legend([super.value]) {
  tag = 'legend';
}