isLandscape property

bool isLandscape

check if device is on landscape mode

Implementation

bool get isLandscape => orientation == Orientation.landscape;