b static method

DomProps b([
  1. Map? backingMap
])

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

Implementation

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