ChatPinPage constructor

ChatPinPage({
  1. Key? key,
  2. required String conversationId,
  3. required NIMConversationType conversationType,
  4. required String chatTitle,
  5. ChatUIConfig? chatUIConfig,
  6. ChatKitMessageBuilder? messageBuilder,
})

Implementation

ChatPinPage(
    {Key? key,
    required this.conversationId,
    required this.conversationType,
    required this.chatTitle,
    this.chatUIConfig,
    this.messageBuilder})
    : super(key: key);