rotateEnabled property
getter/setter pair
Whether the rotate gesture is enabled.
On web, disabling this also disables ctrl+drag pitch (they share a handler; see pitchWithRotateEnabled) and keyboard rotate/pitch (Shift+arrow keys), which share one flag with pitchEnabled on web.
Implementation
bool? rotateEnabled;