isLandscape property

bool get isLandscape

True if device is landscape

Implementation

static bool get isLandscape => orientation == Orientation.landscape;