menu
video_editor_pro package
documentation
add_audio.dart
AddAudio
AddAudio.new const constructor
AddAudio.new const constructor
dark_mode
light_mode
AddAudio
constructor
const
AddAudio
(
{
Key
?
key
,
File
?
file
,
File
?
newVideo
,
required
Function
abc
,
})
Implementation
const AddAudio({ Key? key, this.file, this.newVideo, required this.abc }) : super(key: key);
video_editor_pro package
documentation
add_audio
AddAudio
AddAudio.new const constructor
AddAudio class