scrollGesturesEnabled property

bool get scrollGesturesEnabled

Specifies whether scroll gestures (e.g., pan gesture) are enabled.

Example:

// Set scroll gestures enabled
_locationWindow!.scrollGesturesEnabled = true;
print("Set scroll gestures enabled to true");

Implementation

bool get scrollGesturesEnabled;
set scrollGesturesEnabled (bool scrollGesturesEnabled)

Implementation

void set scrollGesturesEnabled(bool scrollGesturesEnabled);