ReactionBox constructor
const
ReactionBox({})
Implementation
const ReactionBox({
super.key,
required this.emotions,
required this.handlePressed,
required this.boxParamenters,
required this.emotionPicked,
});