showFallbackUIOnError property
Whether to show "fallback" UI when hasError is true.
This value will always be true if ErrorBoundaryProps.fallbackUIRenderer is non-null.
Implementation
late bool showFallbackUIOnError;
Whether to show "fallback" UI when hasError is true.
This value will always be true if ErrorBoundaryProps.fallbackUIRenderer is non-null.
late bool showFallbackUIOnError;