valueHandler property

(void Function(dynamic)?) valueHandler
final

A function that handles the value changes of the descriptor.

Implementation

final void Function(dynamic)? valueHandler;