rotateGestureEnabled property
bool
get
rotateGestureEnabled
Specifies whether rotation gestures (e.g., two-finger rotation) are enabled.
Example:
// Set rotate gesture enabled
_locationWindow!.rotateGestureEnabled = true;
print("Set rotate gesture enabled to true");
Implementation
bool get rotateGestureEnabled;
set
rotateGestureEnabled
(bool rotateGestureEnabled)
Implementation
void set rotateGestureEnabled(bool rotateGestureEnabled);