hatch

ReactElement hatch([

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

Creates a <hatch> element.

Implementation

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