wbr static method

DomProps wbr([
  1. Map? backingMap
])

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

Implementation

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