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