isPortrait property

bool isPortrait

Returns true if the image is Portrait

Implementation

bool get isPortrait {
  return _originalWidth! < _originalHeight!;
}