isLandscape property
bool
get
isLandscape
Returns true if the device is in landscape orientation.
Implementation
bool get isLandscape => deviceInfo.isLandscape;
Returns true if the device is in landscape orientation.
bool get isLandscape => deviceInfo.isLandscape;