onLoadMoreReplies property

void Function(T parent, int page)? onLoadMoreReplies
final

Pagination for parent's replies, called whenever more of an already-known parent's replies are requested. The sheet always reveals any already-available items from repliesOf first; use this to fetch more from the network when needed.

Implementation

final void Function(T parent, int page)? onLoadMoreReplies;