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