onLoadEarlier property

(Future<void> Function()?) onLoadEarlier
final

Function to call when the top of the list is reached Useful to load more messages

Implementation

final Future<void> Function()? onLoadEarlier;