x property

double? get x

Implementation

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

Implementation

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