isLandscape property
bool
get
isLandscape
Whether the orientation is landscape.
Implementation
bool get isLandscape => orientation == Orientation.landscape;
Whether the orientation is landscape.
bool get isLandscape => orientation == Orientation.landscape;