leftScreen property

int leftScreen

Gets the left screen number.

Implementation

int get leftScreen {
  return screenAmount ~/ 2 + 2;
}