isLandscape property

bool isLandscape

Returns true if the image is landscape

Implementation

bool get isLandscape {
  return _originalWidth! > _originalHeight!;
}