isLandscape property
bool
get
isLandscape
Is landscape
Implementation
bool get isLandscape => MediaQuery.of(this).orientation == Orientation.landscape;
Is landscape
bool get isLandscape => MediaQuery.of(this).orientation == Orientation.landscape;