onChange property
to get selections time
onChange: (List<DateTime>> selectTime){
print(selectTime.toString())
}
Implementation
final ValueChanged<List<DateTime>> onChange;
to get selections time
onChange: (List<DateTime>> selectTime){
print(selectTime.toString())
}
final ValueChanged<List<DateTime>> onChange;