transform property

Matrix4? transform
final

The transform from the canvas' coordinate system to its parent's coordinate system.

This value is assigned to SemanticsNode.transform during update.

Implementation

final Matrix4? transform;