isLandscape top-level property

bool get isLandscape

Returns true if the screen is in landscape orientation.

Equivalent to: PxResponsive().isLandscape

Implementation

bool get isLandscape => PxResponsive().isLandscape;