gestureDisabled property

bool gestureDisabled
final

gestureDisabled would be used to determine whether the panel should be able to slide using gestures if true, users can only slide the panel via SlideController programmatically; if false, users can slide the panel via gestures or SlideController programmatically; defaults to false

Implementation

final bool gestureDisabled;