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