HGroup constructor
HGroup([
- String? value
The <hgroup> HTML element represents
a heading and related content.
Read more...
Implementation
HGroup([super.value]) {
tag = 'hgroup';
}
The <hgroup> HTML element represents
a heading and related content.
Read more...
HGroup([super.value]) {
tag = 'hgroup';
}