cIsLand property

bool cIsLand

Checks if the device screen is in landscape mode by comparing the orientation from MediaQuery.of(context).

Implementation

bool get cIsLand => MediaQuery.of(this).orientation == Orientation.landscape;