onChanged property

(dynamic Function(T?)?) onChanged
final

Function called when the value is changed by the user.

Implementation

final Function(T?)? onChanged;