ConversationPage constructor
const
ConversationPage({
- Key? key,
- ConversationUIConfig? config,
- ValueChanged<
int> ? onUnreadCountChanged, - Widget? topWidget,
- String? selectedConversationId,
Implementation
const ConversationPage({
Key? key,
this.config,
this.onUnreadCountChanged,
this.topWidget,
this.selectedConversationId,
}) : super(key: key);