CursorPosition constructor

CursorPosition(
  1. int x,
  2. int y
)

Implementation

CursorPosition(this.x, this.y);