transform property

Matrix4? transform
final

A Matrix4 is a complex array of 0s or other values that describe how to translate, rotate, offset, shift perspective, or otherwise transform the widget.

Implementation

final Matrix4? transform;