ay property

Implementation

_i3.CSSNumericValue get ay => _i4.getProperty(
      this,
      'ay',
    );
void ay=(CSSNumericValue value)

Implementation

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