FirestoreErrorBuilder typedef
        FirestoreErrorBuilder =
     Widget Function(BuildContext context, Object error, StackTrace stackTrace)
    
    
A type representing the function passed to FirestoreListView for its errorBuilder.
Implementation
typedef FirestoreErrorBuilder = Widget Function(
  BuildContext context,
  Object error,
  StackTrace stackTrace,
);