onPlaybackSpeedChanged property

ValueNotifier<double> onPlaybackSpeedChanged
final

You can get the playback speed also with playbackInfo

Implementation

final onPlaybackSpeedChanged = ValueNotifier<double>(1);