ChatwootChatDialog constructor
const
ChatwootChatDialog({
- Key? key,
- required String baseUrl,
- required String inboxIdentifier,
- bool enablePersistence = true,
- required String title,
- ChatwootUser? user,
- Color? primaryColor,
- Color? secondaryColor,
- Color? backgroundColor,
- ChatwootL10n? l10n,
- DateFormat? timeFormat,
- DateFormat? dateFormat,
Implementation
const ChatwootChatDialog({
Key? key,
required this.baseUrl,
required this.inboxIdentifier,
this.enablePersistence = true,
required this.title,
this.user,
this.primaryColor,
this.secondaryColor,
this.backgroundColor,
this.l10n,
this.timeFormat,
this.dateFormat,
}) : super(key: key);