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