Pans the camera when zoomed in.
int get pan => get(33).toInt();
set pan(int value) => set(33, value.toDouble());