wbr

ReactElement wbr([

  1. Map<String, Object?>? props
])

Creates a <wbr> element.

Implementation

ReactElement wbr([Map<String, Object?>? props]) =>
    createElement('wbr'.toJS, props != null ? createProps(props) : null);