PORTRAIT_PRIMARY constant
Portrait-primary is an orientation where the screen width is less than or equal to the screen height. If the device's natural orientation is portrait, then it is in portrait-primary when held in that position.
Implementation
static const PORTRAIT_PRIMARY = TrustedWebActivityScreenOrientation._internal(
1,
1,
);