importPath method
Imports given paths
and alters current signature data.
Implementation
@Deprecated('User {addPath}')
void importPath(List<CubicPath> paths, [Size? bounds]) =>
addPath(paths, bounds);
Imports given paths
and alters current signature data.
@Deprecated('User {addPath}')
void importPath(List<CubicPath> paths, [Size? bounds]) =>
addPath(paths, bounds);