altGlyphDef

ReactElement altGlyphDef([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates an <altGlyphDef> element (deprecated SVG).

Implementation

ReactElement altGlyphDef([
  Map<String, Object?>? props,
  List<ReactElement>? children,
]) => svgElement('altGlyphDef', props, children);