isLandscape property

bool isLandscape

Implementation

bool get isLandscape =>
    orientation == Orientation.landscape &&
    isLandscapePlatform &&
    widget.breakpointsLandscape != null;