PORTRAIT constant
TrustedWebActivityScreenOrientation
const PORTRAIT
Portrait is an orientation where the screen width is less than or equal to the screen height and depending on platform convention locking the screen to portrait can represent portrait-primary, portrait-secondary or both.
Implementation
static const PORTRAIT = TrustedWebActivityScreenOrientation._internal(7, 7);