isLandscape property

bool get isLandscape

是否横屏

Implementation

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