ExceptionWidgetBuilder typedef
ExceptionWidgetBuilder =
Widget Function(BuildContext context, Object error, StackTrace? stackTrace)
Create widget with error Object.
Implementation
typedef ExceptionWidgetBuilder =
Widget Function(BuildContext context, Object error, StackTrace? stackTrace);