width property
      
      num
      get
      width
      
    
    
Returns the intrinsic width of the image, in CSS pixels.
Implementation
_i2.num get width => _i4.getProperty(
      this,
      'width',
    );Returns the intrinsic width of the image, in CSS pixels.
_i2.num get width => _i4.getProperty(
      this,
      'width',
    );