errorChild property

Widget Function(Object error)? errorChild
final

A function thats receive an error and return a Widget. If not specified return a ErrorWidget

Implementation

final Widget Function(Object error)? errorChild;