roll property

int roll

Rolls the camera when zoomed in.

Implementation

int get roll => get(35).toInt();
void roll=(int value)

Implementation

set roll(int value) => set(35, value.toDouble());