ErrorWidgetBuilder typedef

ErrorWidgetBuilder = Widget Function(FlutterErrorDetails details)

Signature for the constructor that is called when an error occurs while building a widget.

The argument provides information regarding the cause of the error.

See also:

Implementation

typedef ErrorWidgetBuilder = Widget Function(FlutterErrorDetails details);