onErrorScreen method

Widget? onErrorScreen(
  1. FlutterErrorDetails details
)
inherited

The Widget to display when an app's widget fails to display. Override if you like.

Implementation

Widget? onErrorScreen(FlutterErrorDetails details) =>
    inErrorScreen?.call(details);