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