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