altGlyphDef
ReactElement
altGlyphDef(
Creates an <altGlyphDef> element (deprecated SVG).
Implementation
ReactElement altGlyphDef([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('altGlyphDef', props, children);
ReactElement
altGlyphDef(
Creates an <altGlyphDef> element (deprecated SVG).
ReactElement altGlyphDef([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('altGlyphDef', props, children);