errorBuilder property
Builder to display an error message when data loading fails.
This is displayed when an exception occurs during the calls to fetchNext or fetchPrev.
Implementation
final Widget Function(BuildContext context, Object error)? errorBuilder;