onChanged property

ValueChanged<List<int>> onChanged
final

Whenever the current date is changed. If this is null, the picker is considered disabled

Implementation

final ValueChanged<List<int>> onChanged;