flipVerticallyAroundCenter method
Flip the component vertically around its center line.
Implementation
@override
void flipVerticallyAroundCenter() {
flipVertically();
}
Flip the component vertically around its center line.
@override
void flipVerticallyAroundCenter() {
flipVertically();
}