errorChild property
final
A function thats receive an error and return a Widget. If not specified return a ErrorWidget
Implementation
final Widget Function(Object error)? errorChild;
A function thats receive an error and return a Widget. If not specified return a ErrorWidget
final Widget Function(Object error)? errorChild;