reaction property
Reaction
get
reaction
Implementation
Reaction get reaction {
return Reaction(
color: Colors.green,
tooltip: tr("reaction.repost"),
on: const Icon(Icons.repeat),
off: const Icon(Icons.repeat),
count: post.repostCount!,
uri: post.viewer!.repost);
}