EmojiReaction constructor
EmojiReaction({})
Implementation
EmojiReaction({
required this.emoji,
required this.title,
required this.isActive,
this.staticIcon,
this.appearAnimation,
this.selectAnimation,
this.activateAnimation,
this.effectAnimation,
this.aroundAnimation,
this.centerAnimation,
});