ReactionState constructor
ReactionState(
- Reaction reaction,
- BuildContext context,
- Post post
Implementation
ReactionState(Reaction reaction, this.context, this.post) : super(reaction);