tabletLandscapeScreenScope top-level constant

ScreenScope const tabletLandscapeScreenScope

Implementation

const tabletLandscapeScreenScope = ScreenScope(
    minWidth: tabletScreenWidthLimit,
    maxWidth: desktopScreenWidthLimit,
    orientation: Orientation.landscape);