ConversationPage constructor

const ConversationPage({
  1. Key? key,
  2. ConversationUIConfig? config,
  3. ValueChanged<int>? onUnreadCountChanged,
})

Implementation

const ConversationPage({Key? key, this.config, this.onUnreadCountChanged})
    : super(key: key);