CometChatAudioBubble constructor

const CometChatAudioBubble({
  1. Key? key,
  2. AudioBubbleStyle style = const AudioBubbleStyle(),
  3. String? audioUrl,
  4. String? title,
  5. String? subtitle,
  6. Icon? playIcon,
  7. Icon? pauseIcon,
  8. CometChatTheme? theme,
})

Implementation

const CometChatAudioBubble(
    {super.key,
    this.style = const AudioBubbleStyle(),
    this.audioUrl,
    this.title,
    this.subtitle,
    this.playIcon,
    this.pauseIcon,
    this.theme});