isLandscape property

bool get isLandscape

是否是横屏

Implementation

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