rightScreen property

int rightScreen

Gets the right screen number.

Implementation

int get rightScreen {
  return screenAmount ~/ 2 + 1;
}