h3

ReactElement h3([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates an <h3> element.

Implementation

ReactElement h3([Map<String, Object?>? props, List<ReactElement>? children]) =>
    domElement('h3', props, children);