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