isLandscape property
bool
get
isLandscape
Is landscape mode
Implementation
bool get isLandscape => _orientation == Orientation.landscape;
Is landscape mode
bool get isLandscape => _orientation == Orientation.landscape;