errorWidgetBuilder property

Widget Function(Object error, StackTrace? stackTrace) errorWidgetBuilder
final

Widget builder to display if the guard state encounters an error.

Implementation

final Widget Function(Object error, StackTrace? stackTrace)
errorWidgetBuilder;