flutter TimePickerDialog get selected Time –
how can I get the selected time of TimePickerDialog in Flutter? I dont want to use showDialog because I want to add some other buttons below the TimePickerDialog. When it is not possible to use the TimePickerDialog then what would…