ChatRoomBubbles constructor
const
ChatRoomBubbles({})
Implementation
const ChatRoomBubbles({
super.key,
required this.ownerBubbleColor,
required this.otherBubbleColor,
required this.message,
required this.currentUserUID,
required this.defaultImage,
this.imageDownloadButton = false,
});