x property

Implementation

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

Implementation

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