landScape property

bool get landScape

Implementation

bool get landScape => _landScape;
set landScape (bool status)

Implementation

set landScape(bool status) {
  _landScape = status;
}