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