isDone property

ValueNotifier<bool> isDone
final

Tracks if the drag gesture is finished to trigger animations.

Implementation

final isDone = ValueNotifier<bool>(true);