flipVerticallyAroundCenter method

  1. @override
void flipVerticallyAroundCenter()
override

Flip the component vertically around its center line.

Implementation

@override
void flipVerticallyAroundCenter() {
  flipVertically();
}