x property

Implementation

_i3.CSSNumericValue get x => _i4.getProperty(
      this,
      'x',
    );
set x (CSSNumericValue value)

Implementation

set x(_i3.CSSNumericValue value) {
  _i4.setProperty(
    this,
    'x',
    value,
  );
}