flipHorizontally method
      
void
flipHorizontally()
       
    
inherited
    Flip the component horizontally around its anchor point.
Implementation
void flipHorizontally() => transform.flipHorizontally();Flip the component horizontally around its anchor point.
void flipHorizontally() => transform.flipHorizontally();