ConversationList constructor
const
ConversationList({
- Key? key,
- required ValueChanged<
int> ? onUnreadCountChanged, - required ConversationItemConfig config,
- String? selectedConversationId,
Implementation
const ConversationList({
Key? key,
required this.onUnreadCountChanged,
required this.config,
this.selectedConversationId,
}) : super(key: key);