SolevatoChatDialog constructor

const SolevatoChatDialog({
  1. Key? key,
  2. required String inboxIdentifier,
  3. bool enablePersistence = true,
  4. required String title,
  5. SolevatoUser? user,
  6. Color? primaryColor,
  7. Color? secondaryColor,
  8. Color? backgroundColor,
  9. SolevatoL10n? l10n,
  10. DateFormat? timeFormat,
  11. 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);