variable static method

DomProps variable([
  1. Map? backingMap
])

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

Implementation

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