Future<TimeOfDay?> pickTime({TimeOfDay? initialTime}) async { return showTimePicker( context: this, initialTime: initialTime ?? TimeOfDay.now(), ); }