The zoom level of the camera.
int get zoom => get(27).toInt();
set zoom(int value) => set(27, value.toDouble());