x property

double? x

Implementation

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

Implementation

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