AudioPlayerView constructor
const
AudioPlayerView({})
Implementation
const AudioPlayerView({
super.key,
required this.url,
required this.isPlaying,
required this.totalDuration,
required this.currentDuration,
required this.play,
required this.pause,
required this.seek,
});