isLandscape property
bool
get
isLandscape
Equivalent to MediaQuery.orientationOf(context) == Orientation.landscape
Implementation
bool get isLandscape => orientation == Orientation.landscape;
Equivalent to MediaQuery.orientationOf(context) == Orientation.landscape
bool get isLandscape => orientation == Orientation.landscape;