PORTRAIT constant

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 =
    const TrustedWebActivityScreenOrientation._internal(7);