PagedValueScrollViewLoadMoreErrorBuilder typedef

PagedValueScrollViewLoadMoreErrorBuilder = Widget Function(BuildContext context, StreamChatError error)

Signature for the item builder that creates the children of the PagedValueListView and PagedValueGridView.

Implementation

typedef PagedValueScrollViewLoadMoreErrorBuilder =
    Widget Function(
      BuildContext context,
      StreamChatError error,
    );