ChatVoicePlayer constructor

const ChatVoicePlayer({
  1. Key? key,
  2. required File audioFile,
})

Implementation

const ChatVoicePlayer({super.key, required this.audioFile});