isLandscape property
bool
get
isLandscape
Implementation
bool get isLandscape =>
orientation == Orientation.landscape && isLandscapePlatform;
bool get isLandscape =>
orientation == Orientation.landscape && isLandscapePlatform;