onError property

(Widget Function(Error error)?) onError
final

Callback returning the widget corresponding to an Error while searching

Implementation

final Widget Function(Error error)? onError;