ReactionState constructor

ReactionState(
  1. Reaction reaction,
  2. BuildContext context,
  3. Post post
)

Implementation

ReactionState(Reaction reaction, this.context, this.post) : super(reaction);