OptGroup constructor

OptGroup([
  1. String? value
])

The <optgroup> HTML element creates a grouping of options within a <select> element. Read more...

Implementation

OptGroup([super.value]) {
  tag = 'optgroup';
}