MatrixTransform.copy constructor
MatrixTransform.copy(
- MatrixTransform other
Implementation
factory MatrixTransform.copy(MatrixTransform other) => MatrixTransform(
angle: other.angle,
offset: other._offset,
scale: other.scale,
skew: other.skew,
position: other.position,
);