flipHorizontallyAroundCenter method

  1. @override
void flipHorizontallyAroundCenter()
override

Flip the component horizontally around its center line.

Implementation

@override
void flipHorizontallyAroundCenter() {
  flipHorizontally();
}