tilt property

int tilt

Tilts the camera vertically when zoomed in.

Implementation

int get tilt => get(34).toInt();
void tilt=(int value)

Implementation

set tilt(int value) => set(34, value.toDouble());