mark static method

DomProps mark([
  1. Map? backingMap
])

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

Implementation

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