FutureWidgetBuilderErrorCallback typedef

FutureWidgetBuilderErrorCallback = Widget Function(BuildContext context, Object error, StackTrace stackTrace)

A callback to be called when the future is completed with an error.

Implementation

typedef FutureWidgetBuilderErrorCallback = Widget Function(
    BuildContext context, Object error, StackTrace stackTrace);