head static method

DomProps head([
  1. Map? backingMap
])

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

Implementation

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