ErrorIndicatorBuilder typedef
ErrorIndicatorBuilder =
Widget Function(BuildContext context, VoidCallback retryCallback)
Implementation
typedef ErrorIndicatorBuilder = Widget Function(
BuildContext context, VoidCallback retryCallback);