LANDSCAPE constant

Landscape is an orientation where the screen width is greater than the screen height and depending on platform convention locking the screen to landscape can represent landscape-primary, landscape-secondary or both.

Implementation

static const LANDSCAPE = TrustedWebActivityScreenOrientation._internal(6, 6);