AudioOutput constructor

const AudioOutput({
  1. Key? key,
})

Implementation

const AudioOutput({Key? key}) : super(key: key);