rotateSelection method
Rotates the transformable selection by 90 degrees.
Implementation
void rotateSelection({required bool clockwise, int? timestampMs}) {
_sceneCommands.rotateSelection(
clockwise: clockwise,
timestampMs: timestampMs,
);
}