ReactionListConfiguration constructor

ReactionListConfiguration({
  1. ReactionsRequestBuilder? reactionRequestBuilder,
  2. WidgetBuilder? errorStateView,
  3. String? errorStateText,
  4. WidgetBuilder? loadingStateView,
  5. WidgetBuilder? emptyStateView,
  6. String? emptyStateText,
  7. Widget? loadingIcon,
  8. AvatarStyle? avatarStyle,
  9. dynamic onTap(
    1. Reaction,
    2. BaseMessage
    )?,
  10. ReactionListStyle? reactionListStyle,
  11. String? selectedReaction,
  12. ListItemStyle? listItemStyle,
  13. BaseMessage? messageObject,
  14. CometChatTheme? theme,
})

Implementation

ReactionListConfiguration(
    {this.reactionRequestBuilder,
    this.errorStateView,
    this.errorStateText,
    this.loadingStateView,
    this.emptyStateView,
    this.emptyStateText,
    this.loadingIcon,
    this.avatarStyle,
    this.onTap,
    this.reactionListStyle,
    this.selectedReaction,
    this.listItemStyle,
    this.messageObject,
    this.theme});