altGlyph

ReactElement altGlyph([

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

Creates an <altGlyph> element (deprecated SVG).

Implementation

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