title static method

DomProps title([
  1. Map? backingMap
])

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

Implementation

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