isDraggingNotifier property

SafeValueNotifier<bool> isDraggingNotifier
final

是否正在拖拽进度条 Whether the user is dragging the seek bar

Implementation

final SafeValueNotifier<bool> isDraggingNotifier = SafeValueNotifier(false);