Increments the X coordinate by n
n
@override Position incrementX(num n) { translate = translate.incrementX(n); return this; }