onReply property

void Function(Post)? onReply
final

Callback, called when reply of the Post is called.

Implementation

final void Function(Post)? onReply;