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