originalWidth property

int? originalWidth

Returns the original image width

Implementation

int? get originalWidth {
  return _originalWidth;
}