flipHorizontallyAroundCenter method
Flip the component horizontally around its center line.
Implementation
@override
void flipHorizontallyAroundCenter() {
flipHorizontally();
}
Flip the component horizontally around its center line.
@override
void flipHorizontallyAroundCenter() {
flipHorizontally();
}