onDisabledPanelGesture property
Callback that gets invoked when a user attempts to swipe on a disabled panel. Only triggered for edge-based gestures, not full-screen gestures. The callback receives the direction (left or right) where the gesture started.
Implementation
final ValueChanged<RevealSide>? onDisabledPanelGesture;