PORTRAIT_PRIMARY constant

TrustedWebActivityScreenOrientation const PORTRAIT_PRIMARY

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