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