importPath method

  1. @Deprecated('User {addPath}')
void importPath(
  1. List<CubicPath> paths, [
  2. Size? bounds
])

Imports given paths and alters current signature data.

Implementation

@Deprecated('User {addPath}')
void importPath(List<CubicPath> paths, [Size? bounds]) =>
    addPath(paths, bounds);