LastMessageWidget constructor
LastMessageWidget({
- Key? key,
- required RCIMIWConversation conversation,
- RCKLastMessageConfig? config,
Implementation
LastMessageWidget({
super.key,
required this.conversation,
RCKLastMessageConfig? config,
}) : config = config ?? RCKLastMessageConfig();