isDraggingController property
_DragStateNotifier
isDraggingController
final
Internal drag state controller using ValueNotifier for precise control Uses nullable bool: null = animations enabled, true = dragging, false = just finished dragging Only notifies listeners when transitioning to true or false, not when setting to null
Implementation
final isDraggingController = _DragStateNotifier();