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