AddAudio constructor

const AddAudio({
  1. Key? key,
  2. File? file,
  3. File? newVideo,
  4. required Function abc,
})

Implementation

const AddAudio({
  Key? key,
  this.file,
  this.newVideo,
  required this.abc
}) : super(key: key);