flipY property
bool
get
flipY
Implementation
bool get flipY => js_util.getProperty(this, 'flipY');
set
flipY
(bool newValue)
Implementation
set flipY(bool newValue) {
js_util.setProperty(this, 'flipY', newValue);
}