onProgress property
进度回调 / Progress callback
每次时间变化时触发 Triggered on each time change
参数 / Parameters:
- current: 当前剩余时间 / Current remaining time
- total: 总时长 / Total duration
- progress: 进度(0.0-1.0) / Progress (0.0-1.0)
Implementation
final OnProgressCallback? onProgress;