AudioMessagePlayer constructor
const
AudioMessagePlayer({})
Implementation
const AudioMessagePlayer({
required this.audioUrl,
this.durationSeconds,
this.backgroundColor = const Color(0xFF2A1A4E),
this.accentColor = Colors.white,
this.waveformColor = const Color(0xFF4A4A6A),
this.waveformPlayedColor = Colors.white,
this.isFromCurrentUser = false,
this.onPlaybackComplete,
super.key,
});