sub static method

DomProps sub([
  1. Map? backingMap
])

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

Implementation

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