flipSelectionVertical method

void flipSelectionVertical({
  1. int? timestampMs,
})

Flips the transformable selection horizontally around its center.

Implementation

void flipSelectionVertical({int? timestampMs}) {
  _sceneCommands.flipSelectionVertical(timestampMs: timestampMs);
}