AbstractReaction constructor

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

Implementation

AbstractReaction(this.reaction, this.context, this.post);