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