Returns a new cursor with default settings at the given position.
factory Cursor.at(int x, int y) => Cursor(position: Position(x, y));