h5 static method

DomProps h5([
  1. Map? backingMap
])

Returns a new builder that renders a <h5> tag with getters/setters for all DOM-related React props, optionally backed by a specified map.

Implementation

static DomProps h5([Map? backingMap]) => DomProps(react.h5, backingMap);