onChanged property

dynamic Function(T value)? onChanged
final

Called when the value changes.

Implementation

final Function(T value)? onChanged;