onError property

(Widget Function(BuildContext context, dynamic error)?) onError
final

The Function onError it's the type Widget and receive the params context it's the type BuildContext and error it`s the type.

Implementation

final Widget Function(BuildContext context, dynamic error)? onError;