HGroup constructor

HGroup([
  1. String? value
])

The <hgroup> HTML element represents a heading and related content. Read more...

Implementation

HGroup([super.value]) {
  tag = 'hgroup';
}