CometChatAudioBubble constructor
const
CometChatAudioBubble({
- Key? key,
- AudioBubbleStyle style = const AudioBubbleStyle(),
- String? audioUrl,
- String? title,
- String? subtitle,
- Icon? playIcon,
- Icon? pauseIcon,
- CometChatTheme? theme,
Implementation
const CometChatAudioBubble(
{super.key,
this.style = const AudioBubbleStyle(),
this.audioUrl,
this.title,
this.subtitle,
this.playIcon,
this.pauseIcon,
this.theme});