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