isLandscape property
bool
get
isLandscape
Returns true if maxWidth exceeds maxHeight.
Implementation
bool get isLandscape => maxWidth > maxHeight;
Returns true if maxWidth exceeds maxHeight.
bool get isLandscape => maxWidth > maxHeight;