isLandscape property

bool get isLandscape

Returns true if maxWidth exceeds maxHeight.

Implementation

bool get isLandscape => maxWidth > maxHeight;