cIsLand property

bool get 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;