flipY property

bool flipY

Implementation

bool get flipY => js_util.getProperty(this, 'flipY');
void flipY=(bool newValue)

Implementation

set flipY(bool newValue) {
  js_util.setProperty(this, 'flipY', newValue);
}