isLandscape property

bool isLandscape

Whether device is wider than tall or not.

Implementation

bool get isLandscape => context!.isLandscape;