StreamMessageTile constructor
const
StreamMessageTile({})
Creates a message tile.
Implementation
const StreamMessageTile({
required this.message,
required this.isOwn,
this.showAvatar = true,
this.showAuthor = true,
this.showActions = true,
this.showThreadFooter = true,
this.showDeliveryState = false,
this.readBy = const [],
this.highlighted = false,
this.onQuotedMessageTap,
super.key,
});