isLandscape property
bool
get
isLandscape
Check if device is in landscape mode
Implementation
bool get isLandscape => orientation == Orientation.landscape;
Check if device is in landscape mode
bool get isLandscape => orientation == Orientation.landscape;