LANDSCAPE_SECONDARY constant
TrustedWebActivityScreenOrientation
const LANDSCAPE_SECONDARY
Landscape-secondary is an orientation where the screen width is greater than the screen height. If the device's natural orientation is landscape, it is in landscape-secondary when rotated 180° from its natural orientation.
Implementation
static const LANDSCAPE_SECONDARY =
TrustedWebActivityScreenOrientation._internal(4, 4);