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