rotateZ method
Concatenates a rotation about the z axis into the transform.
Implementation
void rotateZ(double radians) {
_transform.rotateZ(radians);
markNeedsPaint();
markNeedsSemanticsUpdate();
}
Concatenates a rotation about the z axis into the transform.
void rotateZ(double radians) {
_transform.rotateZ(radians);
markNeedsPaint();
markNeedsSemanticsUpdate();
}