ConversationPage constructor

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

Implementation

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