CometChatConversationsStyle constructor

const CometChatConversationsStyle({
  1. Color? backgroundColor,
  2. Border? border,
  3. BorderRadiusGeometry? borderRadius,
  4. Color? backIconColor,
  5. TextStyle? titleTextStyle,
  6. Color? titleTextColor,
  7. TextStyle? emptyStateTextStyle,
  8. Color? emptyStateTextColor,
  9. TextStyle? errorStateTextStyle,
  10. Color? errorStateTextColor,
  11. TextStyle? emptyStateSubTitleTextStyle,
  12. Color? emptyStateSubTitleTextColor,
  13. TextStyle? errorStateSubTitleTextStyle,
  14. Color? errorStateSubTitleTextColor,
  15. TextStyle? itemTitleTextStyle,
  16. Color? itemTitleTextColor,
  17. TextStyle? itemSubtitleTextStyle,
  18. Color? itemSubtitleTextColor,
  19. Color? messageTypeIconColor,
  20. Color? separatorColor,
  21. double? separatorHeight,
  22. CometChatTypingIndicatorStyle? typingIndicatorStyle,
  23. CometChatAvatarStyle? avatarStyle,
  24. CometChatStatusIndicatorStyle? statusIndicatorStyle,
  25. CometChatBadgeStyle? badgeStyle,
  26. CometChatMessageReceiptStyle? receiptStyle,
  27. CometChatMentionsStyle? mentionsStyle,
  28. CometChatDateStyle? dateStyle,
  29. CometChatConfirmDialogStyle? deleteConversationDialogStyle,
  30. Color? privateGroupIconBackground,
  31. Color? protectedGroupIconBackground,
  32. Color? checkBoxBackgroundColor,
  33. BorderSide? checkBoxBorder,
  34. BorderRadiusGeometry? checkBoxBorderRadius,
  35. Color? checkBoxCheckedBackgroundColor,
  36. Color? listItemSelectedBackgroundColor,
  37. Color? checkboxSelectedIconColor,
  38. Color? submitIconColor,
  39. Color? searchIconColor,
  40. Color? searchBackgroundColor,
  41. BorderSide? searchBorder,
  42. BorderRadius? searchBorderRadius,
  43. TextStyle? searchPlaceHolderTextStyle,
  44. Color? searchPlaceHolderTextColor,
})

Implementation

const CometChatConversationsStyle({
  this.backgroundColor,
  this.border,
  this.borderRadius,
  this.backIconColor,
  this.titleTextStyle,
  this.titleTextColor,
  this.emptyStateTextStyle,
  this.emptyStateTextColor,
  this.errorStateTextStyle,
  this.errorStateTextColor,
  this.emptyStateSubTitleTextStyle,
  this.emptyStateSubTitleTextColor,
  this.errorStateSubTitleTextStyle,
  this.errorStateSubTitleTextColor,
  this.itemTitleTextStyle,
  this.itemTitleTextColor,
  this.itemSubtitleTextStyle,
  this.itemSubtitleTextColor,
  this.messageTypeIconColor,
  this.separatorColor,
  this.separatorHeight,
  this.typingIndicatorStyle,
  this.avatarStyle,
  this.statusIndicatorStyle,
  this.badgeStyle,
  this.receiptStyle,
  this.mentionsStyle,
  this.dateStyle,
  this.deleteConversationDialogStyle,
  this.privateGroupIconBackground,
  this.protectedGroupIconBackground,
  this.checkBoxBackgroundColor,
  this.checkBoxBorder,
  this.checkBoxBorderRadius,
  this.checkBoxCheckedBackgroundColor,
  this.listItemSelectedBackgroundColor,
  this.checkboxSelectedIconColor,
  this.submitIconColor,
  this.searchIconColor,
  this.searchBackgroundColor,
  this.searchBorder,
  this.searchBorderRadius,
  this.searchPlaceHolderTextStyle,
  this.searchPlaceHolderTextColor,
});