isLandscape property
bool
get
isLandscape
Returns if Orientation is landscape
Implementation
bool get isLandscape => mq.orientation == Orientation.landscape;
Returns if Orientation is landscape
bool get isLandscape => mq.orientation == Orientation.landscape;