AsyncErrorWidgetBuilder<T, E> typedef

AsyncErrorWidgetBuilder<T, E> = Widget Function(BuildContext context, E error)

Implementation

typedef AsyncErrorWidgetBuilder<T, E> = Widget Function(
    BuildContext context, E error);