onRequestError property

(dynamic Function()?) onRequestError

Returns the callback function capable of prividing the current error message from the child widget.

Implementation

dynamic Function()? get onRequestError => _onRequestError;