SupportPortalView constructor

const SupportPortalView({
  1. Key? key,
  2. String mode = 'conversations',
  3. String? ticketId,
  4. String? subject,
  5. String? conversationPrefillText,
  6. String? initialUserMessage,
  7. String? helpSlug,
  8. String? helpPath,
  9. String? helpTenantSlug,
  10. String? helpAppSlug,
  11. String? helpArticleId,
  12. String? helpLocale,
  13. void onEvent(
    1. Map<String, dynamic> event
    )?,
  14. VoidCallback? onClose,
})

Implementation

const SupportPortalView({
  super.key,
  this.mode = 'conversations',
  this.ticketId,
  this.subject,
  this.conversationPrefillText,
  this.initialUserMessage,
  this.helpSlug,
  this.helpPath,
  this.helpTenantSlug,
  this.helpAppSlug,
  this.helpArticleId,
  this.helpLocale,
  this.onEvent,
  this.onClose,
});