onSetValue property

ValueChanged? onSetValue
final

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

Implementation

final ValueChanged<dynamic>? onSetValue;