PORTRAIT_SECONDARY constant

TrustedWebActivityScreenOrientation const PORTRAIT_SECONDARY

Portrait-secondary 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-secondary when rotated 180° from its natural position.

Implementation

static const PORTRAIT_SECONDARY =
    const TrustedWebActivityScreenOrientation._internal(2);