nonDebugErrorWidgetBuilder property
The error widget to show in a non-debug build when
a FlutterError occurrs.
Default is to show nothing const SizedBox.shrink()
.
Implementation
final ErrorWidgetBuilder nonDebugErrorWidgetBuilder;
The error widget to show in a non-debug build when
a FlutterError occurrs.
Default is to show nothing const SizedBox.shrink()
.
final ErrorWidgetBuilder nonDebugErrorWidgetBuilder;