onSpeedChange property
Callback function triggered when the playback speed changes.
Implementation
final Function(double speed)? onSpeedChange;
Callback function triggered when the playback speed changes.
final Function(double speed)? onSpeedChange;