PlayerWidget2 constructor
const
PlayerWidget2({})
Implementation
const PlayerWidget2({
super.key,
required this.audioName,
required this.onClose,
required this.availableControls,
required this.pauseAudio,
required this.playAudio,
required this.duartion,
required this.position,
required this.isPlaying,
required this.seekAudio,
});