const AudioPlayerWidget({ Key? key, this.duration, required this.sourcePath, this.timersDirection, }) : super(key: key);