ChatMessageInternal constructor
const
ChatMessageInternal({})
Creates an internal chat message widget.
Implementation
const ChatMessageInternal({
super.key,
required this.message,
required this.index,
required this.animation,
this.messagesGroupingMode = MessagesGroupingMode.timeDifference,
this.messageGroupingTimeoutInSeconds,
this.isRemoved,
});