scrollGesturesEnabled property

bool scrollGesturesEnabled

Implementation

bool get scrollGesturesEnabled => _scrollGesturesEnabled;
void scrollGesturesEnabled=(bool value)

Implementation

set scrollGesturesEnabled(bool value) {
  this._scrollGesturesEnabled = value;
  notifyListeners();
}