isLandscape property
bool
get
isLandscape
Returns true
if the current screen orientation is landscape.
Implementation
bool get isLandscape => orientation == Orientation.landscape;
Returns true
if the current screen orientation is landscape.
bool get isLandscape => orientation == Orientation.landscape;