SupportPortalView constructor
const
SupportPortalView({
- Key? key,
- String mode = 'conversations',
- String? ticketId,
- String? subject,
- String? conversationPrefillText,
- String? initialUserMessage,
- String? helpSlug,
- String? helpPath,
- String? helpTenantSlug,
- String? helpAppSlug,
- String? helpArticleId,
- String? helpLocale,
- void onEvent()?,
- 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,
});