positionX property

double positionX

Implementation

double get positionX => js_util.getProperty(this, 'positionX');
void positionX=(double newValue)

Implementation

set positionX(double newValue) {
  js_util.setProperty(this, 'positionX', newValue);
}