transform property
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;
The transform from the canvas' coordinate system to its parent's coordinate system.
This value is assigned to SemanticsNode.transform during update.
final Matrix4? transform;