h2 static method

DomProps h2([
  1. Map? backingMap
])

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

Implementation

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