getAudioMessageBubble abstract method
Widget
getAudioMessageBubble(
- String? audioUrl,
- String? title,
- AudioBubbleStyle? style,
- MediaMessage message,
- BuildContext context,
- CometChatTheme theme,
override this to change view inside content view of message type MessageTypeConstants.audio
Implementation
Widget getAudioMessageBubble(
String? audioUrl,
String? title,
AudioBubbleStyle? style,
MediaMessage message,
BuildContext context,
CometChatTheme theme);