isLandscape property
bool
get
isLandscape
Check if screen is landscape
Implementation
bool get isLandscape => orientation == Orientation.landscape;
Check if screen is landscape
bool get isLandscape => orientation == Orientation.landscape;