ChewieAudio constructor

const ChewieAudio({
  1. Key? key,
  2. required ChewieAudioController controller,
})

Implementation

const ChewieAudio({
  Key? key,
  required this.controller,
}) : super(key: key);