rotateZ method
- double radians
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();
}