isLandscape method
check if the current context is with landscape view
Implementation
bool isLandscape(){
return this.orientation == Orientation.landscape && this.isPortraitLandscape();
}
check if the current context is with landscape view
bool isLandscape(){
return this.orientation == Orientation.landscape && this.isPortraitLandscape();
}