svgSwitch

ReactElement svgSwitch([

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

Creates a <switch> element (SVG).

Implementation

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