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