flipSelectionVertical method
- int? timestampMs,
Flips the transformable selection horizontally around its center.
Implementation
void flipSelectionVertical({int? timestampMs}) {
_sceneCommands.flipSelectionVertical(timestampMs: timestampMs);
}
Flips the transformable selection horizontally around its center.
void flipSelectionVertical({int? timestampMs}) {
_sceneCommands.flipSelectionVertical(timestampMs: timestampMs);
}