optgroup constructor
const
optgroup(})
The <optgroup> HTML element creates a grouping of options within a <select> element.
Implementation
const optgroup(
this.children, {
required this.label,
this.disabled = false,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});