transformationMatrix property

  1. @override
Matrix transformationMatrix
override

The transformation matrix of this display object relative to this display object's parent.

The transformation matrix is calculated according the following properties of this display object: x, y, pivotX, pivotY, rotation, scaleX, scaleY, skewX and skewY

Implementation

@override
Matrix get transformationMatrix => matrix;