SolevatoChatDialog constructor
const
SolevatoChatDialog({
- Key? key,
- required String inboxIdentifier,
- bool enablePersistence = true,
- required String title,
- SolevatoUser? user,
- Color? primaryColor,
- Color? secondaryColor,
- Color? backgroundColor,
- SolevatoL10n? l10n,
- DateFormat? timeFormat,
- DateFormat? dateFormat,
Implementation
const SolevatoChatDialog({
Key? key,
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);