ReactionPicker constructor
const
ReactionPicker({})
Creates a ReactionPicker widget
Implementation
const ReactionPicker({
Key? key,
this.reactions = const ['❤️', '👍', '😂', '😮', '😢', '🙏'],
this.onReactionSelected,
this.backgroundColor = Colors.white,
this.emojiSize = 28,
this.padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
this.borderRadius = 24,
this.spacing = 8,
}) : super(key: key);