OptGroup constructor
OptGroup([
- String? value
The <optgroup> HTML element creates a grouping
of options within a <select> element.
Read more...
Implementation
OptGroup([super.value]) {
tag = 'optgroup';
}