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