naturalWidth property

num get naturalWidth

The original width of the image resource before sizing.

MDN Reference

Implementation

_i2.num get naturalWidth => _i4.getProperty(
      this,
      'naturalWidth',
    );