isLandscape property
bool
get
isLandscape
True if device is landscape
Implementation
static bool get isLandscape => orientation == Orientation.landscape;
True if device is landscape
static bool get isLandscape => orientation == Orientation.landscape;