|
|
|
@ -49,8 +49,7 @@ class _SelectHospitalDialogState extends State<SelectHospitalDialog> {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
child: ListTile(
|
|
|
|
child: ListTile(
|
|
|
|
title: Text(widget.hospitals[index].name +
|
|
|
|
title: Text(widget.hospitals[index].name),
|
|
|
|
' ${widget.hospitals[index].distanceInKilometers} KM'),
|
|
|
|
|
|
|
|
leading: Radio(
|
|
|
|
leading: Radio(
|
|
|
|
value: widget.hospitals[index],
|
|
|
|
value: widget.hospitals[index],
|
|
|
|
groupValue: widget.selectedHospital,
|
|
|
|
groupValue: widget.selectedHospital,
|
|
|
|
|