onRequestValue property

(dynamic Function()?) onRequestValue

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

Implementation

dynamic Function()? get onRequestValue => _onRequestValue;