DOOChatDialog constructor
const
DOOChatDialog({})
Implementation
const DOOChatDialog({
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);