hkern

ReactElement hkern([

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

Creates a <hkern> element (deprecated SVG).

Implementation

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