naturalWidth property
num
get
naturalWidth
The original width of the image resource before sizing.
Implementation
_i2.num get naturalWidth => _i4.getProperty(
this,
'naturalWidth',
);
The original width of the image resource before sizing.
_i2.num get naturalWidth => _i4.getProperty(
this,
'naturalWidth',
);