contentErrorBuilder property
A callback that is used to show an error message when filter is asynchronous and fails.
Implementation
final Widget Function(BuildContext, Object?, StackTrace)? contentErrorBuilder;
A callback that is used to show an error message when filter is asynchronous and fails.
final Widget Function(BuildContext, Object?, StackTrace)? contentErrorBuilder;