onChange property

ValueChanged<T>? onChange
final

Callback called when the ValueNotifier value changes.

Implementation

final ValueChanged<T>? onChange;