matrix4Transform property

Matrix4Transform? matrix4Transform
final

Some transformation to apply to the child. This uses Matrix4Transform instead of Matrix4, since it's easier to use. However, you can still use Matrix4 directly with the constructor Matrix4Transform.from(matrix4).

Implementation

final Matrix4Transform? matrix4Transform;