errorBuilder property

Widget Function(BuildContext, StreamChatError)? errorBuilder
final

A builder that is called to build the error state of the list.

If not provided, StreamChannelListErrorWidget will be used.

Implementation

final Widget Function(BuildContext, StreamChatError)? errorBuilder;