h5

ReactElement h5([

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

Creates an <h5> element.

Implementation

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