onChanged property

ValueChanged<T?>? onChanged
final

Callback when the selected value changes.

Implementation

final ValueChanged<T?>? onChanged;