setUserGesture property
set
setUserGesture
(bool disable)
Setter for isUserGestureDisabled
Implementation
set setUserGesture(bool disable) {
this.shouldDisableUserGesture = disable;
notifyListeners();
}