ChatSettingPage constructor
const
ChatSettingPage(
- ContactInfo contactInfo,
- String conversationId, {
- Key? key,
- bool isDesktopDialog = false,
- VoidCallback? onClose,
Implementation
const ChatSettingPage(
this.contactInfo,
this.conversationId, {
Key? key,
this.isDesktopDialog = false,
this.onClose,
}) : super(key: key);