isDraggingNotifier property
是否正在拖拽进度条 Whether the user is dragging the seek bar
Implementation
final SafeValueNotifier<bool> isDraggingNotifier = SafeValueNotifier(false);
是否正在拖拽进度条 Whether the user is dragging the seek bar
final SafeValueNotifier<bool> isDraggingNotifier = SafeValueNotifier(false);