LoadMoreBuilder typedef

LoadMoreBuilder = Widget Function(BuildContext)

Signature for building the loading indicator shown when fetching more messages.

Implementation

typedef LoadMoreBuilder = Widget Function(BuildContext);