h1 static method

DomProps h1([
  1. Map? backingMap
])

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

Implementation

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