CometChatReactionList constructor
const
CometChatReactionList({
- Key? key,
- ReactionsRequestBuilder? reactionRequestBuilder,
- WidgetBuilder? errorStateView,
- String? errorStateText,
- WidgetBuilder? loadingStateView,
- WidgetBuilder? emptyStateView,
- String? emptyStateText,
- Widget? loadingIcon,
- AvatarStyle? avatarStyle,
- dynamic onTap()?,
- ReactionListStyle? reactionListStyle,
- String? selectedReaction,
- ListItemStyle? listItemStyle,
- BaseMessage? messageObject,
- CometChatTheme? theme,
Implementation
const CometChatReactionList({
super.key,
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,
});