ConversationPage constructor

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

Implementation

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