scrollGesturesEnabled property
bool
get
scrollGesturesEnabled
@brief Specifies whether scroll gestures (e.g., pan gesture) are enabled.
Dart code snippet: @snippet location_window_interaction_example.dart dart_LocationWindow_setScrollGesturesEnabled
Implementation
bool get scrollGesturesEnabled;
set
scrollGesturesEnabled
(bool scrollGesturesEnabled)
Implementation
void set scrollGesturesEnabled(bool scrollGesturesEnabled);