onChanged property

ValueChanged<T>? get onChanged

Callback invoked when the component's value changes.

This callback is called whenever the user interacts with the component or when the value is changed programmatically. The callback receives the new value as its parameter.

Implementation

ValueChanged<T>? get onChanged;