LANDSCAPE_PRIMARY constant

TrustedWebActivityScreenOrientation const LANDSCAPE_PRIMARY

Landscape-primary is an orientation where the screen width is greater than the screen height. If the device's natural orientation is landscape, then it is in landscape-primary when held in that position.

Implementation

static const LANDSCAPE_PRIMARY =
    const TrustedWebActivityScreenOrientation._internal(3);