ChatSettingPage constructor

const ChatSettingPage(
  1. ContactInfo contactInfo,
  2. String conversationId, {
  3. Key? key,
  4. bool isDesktopDialog = false,
  5. VoidCallback? onClose,
})

Implementation

const ChatSettingPage(
  this.contactInfo,
  this.conversationId, {
  Key? key,
  this.isDesktopDialog = false,
  this.onClose,
}) : super(key: key);