H5 constructor

H5([
  1. String? value
])

The <h1> to <h6> HTML element represents a document section containing interactive controls for submitting information. Read more...

Implementation

H5([super.value]) {
  tag = 'h5';
}