Expand description
Widget error boundaries with panic recovery.
Wraps any widget in a safety boundary that catches panics during rendering and displays a fallback error indicator instead of crashing the application.
Structs§
- Captured
Error - Captured error from a widget panic.
- Custom
Error Boundary - A widget wrapper with custom fallback support.
- Error
Boundary - A widget wrapper that catches panics from an inner widget.
- Fallback
Widget - A standalone fallback widget for rendering error indicators.
Enums§
- Error
Boundary State - State for an error boundary.
Type Aliases§
- Fallback
Factory - Type alias for custom fallback factory functions.