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