contentErrorBuilder property

Widget Function(BuildContext context, Object? error, StackTrace stackTrace)? contentErrorBuilder
final

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

Implementation

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