SvgClipPath constructor
const
SvgClipPath(
- Iterable<
SvgOperation?> ? children, - bool isEmpty,
- SvgPainter? painter
Implementation
const SvgClipPath(this.children, this.isEmpty, this.painter);