customBuilder property

Widget Function(BuildContext context, Exception exception, VoidCallback? onRetry)? customBuilder
final

Custom builder for complete control over error UI If provided, this takes precedence over the default error display

Implementation

final Widget Function(BuildContext context, Exception exception, VoidCallback? onRetry)? customBuilder;