SvgCustomPath constructor
SvgCustomPath(
- Path path
Create a new custom path node.
Implementation
factory SvgCustomPath(Path path) => SvgCustomPathImpl(path);
Create a new custom path node.
factory SvgCustomPath(Path path) => SvgCustomPathImpl(path);