AudioMessageStyle constructor
const
AudioMessageStyle({})
Implementation
const AudioMessageStyle({
this.playPauseIconColor = Colors.white,
this.sliderColor = Colors.white70,
this.inactiveColor = Colors.grey,
this.downloadIconColor = Colors.white,
this.durationStyle = const TextStyle(
color: Colors.white,
fontSize: 12,
),
});