flipVertically method

void flipVertically()

Implementation

void flipVertically() {
  if (!_hasResize) {
    throw StateError('Resize must be called first');
  }
  _flipVertically = true;
}