onRequestError property

(String? Function()?) onRequestError
final

Callback function that can provide the error message from the child widget to the testing framework.

Implementation

final String? Function()? onRequestError;