source static method

DomProps source([
  1. Map? backingMap
])

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

Implementation

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