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