onSetValue property

ValueChanged? onSetValue

Returns the callback funcation that can be used to set the value to the child widget.

Implementation

ValueChanged<dynamic>? get onSetValue => _onSetValue;