tabletPortraitScreenScope top-level constant

ScreenScope const tabletPortraitScreenScope

Implementation

const tabletPortraitScreenScope = ScreenScope(
    minWidth: mobileScreenWidthLimit,
    maxWidth: tabletScreenWidthLimit,
    orientation: Orientation.portrait);