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