isLandscape property
bool
get
isLandscape
Check if the device is in landscape mode
Implementation
bool get isLandscape => _screenWidth > _screenHeight;
Check if the device is in landscape mode
bool get isLandscape => _screenWidth > _screenHeight;