addPath abstract method
- Path path,
- Offset offset, {
- Float64List? matrix4,
Adds the sub-paths of path
, offset by offset
, to this path.
If matrix4
is specified, the path will be transformed by this matrix
after the matrix is translated by the given offset. The matrix is a 4x4
matrix stored in column major order.
Implementation
void addPath(Path path, Offset offset, {Float64List? matrix4});