optgroup
ReactElement
optgroup(
Creates an <optgroup> element.
Implementation
ReactElement optgroup([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => domElement('optgroup', props, children);
ReactElement
optgroup(
Creates an <optgroup> element.
ReactElement optgroup([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => domElement('optgroup', props, children);