AIConversationSummaryView constructor

const AIConversationSummaryView({
  1. Key? key,
  2. User? user,
  3. Group? group,
  4. AIConversationSummaryStyle? aiConversationSummaryStyle,
  5. String? title,
  6. Widget customView(
    1. String summary,
    2. BuildContext context
    )?,
  7. String? errorIconUrl,
  8. CometChatTheme? theme,
  9. String? loadingStateText,
  10. String? loadingIconUrl,
  11. WidgetBuilder? loadingStateView,
  12. WidgetBuilder? errorStateView,
  13. WidgetBuilder? emptyStateView,
  14. String? emptyIconUrl,
  15. dynamic onCloseIconTap(
    1. Map<String, dynamic> id
    )?,
  16. String? emptyStateText,
  17. String? errorStateText,
  18. String? errorIconPackageName,
  19. String? emptyIconPackageName,
  20. String? loadingIconPackageName,
  21. Map<String, dynamic>? apiConfiguration,
})

Implementation

const AIConversationSummaryView(
    {super.key,
    this.user,
    this.group,
    this.aiConversationSummaryStyle,
    this.title,
    this.customView,
    this.errorIconUrl,
    this.theme,
    this.loadingStateText,
    this.loadingIconUrl,
    this.loadingStateView,
    this.errorStateView,
    this.emptyStateView,
    this.emptyIconUrl,
    this.onCloseIconTap,
    this.emptyStateText,
    this.errorStateText,
    this.errorIconPackageName,
    this.emptyIconPackageName,
    this.loadingIconPackageName,
    this.apiConfiguration});