input static method

DomProps input([
  1. Map? backingMap
])

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

Implementation

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