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