CometChatReactions constructor
const
CometChatReactions({
- Key? key,
- required List<
ReactionCount> reactionList, - CometChatTheme? theme,
- BubbleAlignment? alignment,
- dynamic onReactionTap(
- String? reaction
- dynamic onReactionLongPress(
- String? reaction
- ReactionsStyle? reactionsStyle,
Implementation
const CometChatReactions(
{super.key,
required this.reactionList,
this.theme,
this.alignment,
this.onReactionTap,
this.onReactionLongPress,
this.reactionsStyle});