h6 static method

DomProps h6([
  1. Map? backingMap
])

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

Implementation

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