errorWidget property
Widget to show when there's an error
Implementation
final Widget Function(String error, VoidCallback retry)? errorWidget;
Widget to show when there's an error
final Widget Function(String error, VoidCallback retry)? errorWidget;