supportsLandscape property

bool get supportsLandscape

Returns true if the current platform typically supports landscape.

Implementation

static bool get supportsLandscape =>
    landscapePlatforms.contains(currentPlatform);