contentErrorBuilder property

Widget Function(BuildContext, Object?, StackTrace)? contentErrorBuilder
final

A callback that is used to show an error message when filter is asynchronous and fails.

Implementation

final Widget Function(BuildContext, Object?, StackTrace)? contentErrorBuilder;