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