isLandscape property
bool
get
isLandscape
UncompleteDocumentation
Implementation
bool get isLandscape {
return (this == Orientation.landscape);
}
UncompleteDocumentation
bool get isLandscape {
return (this == Orientation.landscape);
}