stop

ReactElement stop([

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

Creates a <stop> element.

Implementation

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