errorWidget property
Error widget that will be shown in case of an error. Defaults to a plain Container with a given backgroundColor. If the issue is known, i.e. either a title or a description of the error is present, errorTitle and errorBody are used instead, with fallback to their default values.
Implementation
final Widget? errorWidget;