CometChatReactions constructor

const CometChatReactions({
  1. Key? key,
  2. required List<ReactionCount> reactionList,
  3. CometChatTheme? theme,
  4. BubbleAlignment? alignment,
  5. dynamic onReactionTap(
    1. String? reaction
    )?,
  6. dynamic onReactionLongPress(
    1. String? reaction
    )?,
  7. ReactionsStyle? reactionsStyle,
})

Implementation

const CometChatReactions(
    {super.key,
    required this.reactionList,
    this.theme,
    this.alignment,
    this.onReactionTap,
    this.onReactionLongPress,
    this.reactionsStyle});