CometChatConversationsStyle constructor
const
CometChatConversationsStyle({
- Color? backgroundColor,
- Border? border,
- BorderRadiusGeometry? borderRadius,
- Color? backIconColor,
- TextStyle? titleTextStyle,
- Color? titleTextColor,
- TextStyle? emptyStateTextStyle,
- Color? emptyStateTextColor,
- TextStyle? errorStateTextStyle,
- Color? errorStateTextColor,
- TextStyle? emptyStateSubTitleTextStyle,
- Color? emptyStateSubTitleTextColor,
- TextStyle? errorStateSubTitleTextStyle,
- Color? errorStateSubTitleTextColor,
- TextStyle? itemTitleTextStyle,
- Color? itemTitleTextColor,
- TextStyle? itemSubtitleTextStyle,
- Color? itemSubtitleTextColor,
- Color? messageTypeIconColor,
- Color? separatorColor,
- double? separatorHeight,
- CometChatTypingIndicatorStyle? typingIndicatorStyle,
- CometChatAvatarStyle? avatarStyle,
- CometChatStatusIndicatorStyle? statusIndicatorStyle,
- CometChatBadgeStyle? badgeStyle,
- CometChatMessageReceiptStyle? receiptStyle,
- CometChatMentionsStyle? mentionsStyle,
- CometChatDateStyle? dateStyle,
- CometChatConfirmDialogStyle? deleteConversationDialogStyle,
- Color? privateGroupIconBackground,
- Color? protectedGroupIconBackground,
- Color? checkBoxBackgroundColor,
- BorderSide? checkBoxBorder,
- BorderRadiusGeometry? checkBoxBorderRadius,
- Color? checkBoxCheckedBackgroundColor,
- Color? listItemSelectedBackgroundColor,
- Color? checkboxSelectedIconColor,
- Color? submitIconColor,
- Color? searchIconColor,
- Color? searchBackgroundColor,
- BorderSide? searchBorder,
- BorderRadius? searchBorderRadius,
- TextStyle? searchPlaceHolderTextStyle,
- 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,
});