meshrow

ReactElement meshrow([

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

Creates a <meshrow> element.

Implementation

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