matrix property

Matrix4 matrix

By defaults it will be a identity matrix, which corresponds to no transformation.

Holds the zoomable widget matrix4 value which will be same in multiple widgets.

Implementation

Matrix4 get matrix => _matrix;