meshpatch

ReactElement meshpatch([

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

Creates a <meshpatch> element.

Implementation

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