onReply property

void Function(Post)? onReply
final

Callback, called when a reply action within Post is triggered.

Implementation

final void Function(Post)? onReply;