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