toMatrix method
- @override
override
Creates a transformation matrix that applies the devicePixelRatio.
Implementation
@override
Matrix4 toMatrix() => _paintMatrix.clone();
Creates a transformation matrix that applies the devicePixelRatio.
@override
Matrix4 toMatrix() => _paintMatrix.clone();