onChanged property

void Function(T value)? onChanged
final

Callback when value changes

Implementation

final void Function(T value)? onChanged;