ax property
      
      CSSNumericValue
      get
      ax
      
    
    
    
Implementation
_i3.CSSNumericValue get ax => _i4.getProperty(
      this,
      'ax',
    );
      
      set
      ax
      (CSSNumericValue value) 
      
    
    
    
Implementation
set ax(_i3.CSSNumericValue value) {
  _i4.setProperty(
    this,
    'ax',
    value,
  );
}