reaction property
Reaction
get
reaction
Implementation
Reaction get reaction {
return Reaction(
color: Colors.grey,
tooltip: tr("reaction.more"),
on: const Icon(Icons.more_horiz),
off: const Icon(Icons.more_horiz),
count: 0,
uri: post.viewer!.like);
}