MessageList constructor
const
MessageList({
- Key? key,
- required String conversationID,
- MessageListConfigProtocol config = const ChatMessageListConfig(),
- MessageInfo? locateMessage,
- OnUserClick? onUserClick,
- List<
MessageCustomAction> customActions = const [],
Implementation
const MessageList({
super.key,
required this.conversationID,
this.config = const ChatMessageListConfig(),
this.locateMessage,
this.onUserClick,
this.customActions = const [],
});