|
|
|
|
@ -52,6 +52,7 @@ class _SearchResultsState extends State<SearchResults> {
|
|
|
|
|
? widget.patientDoctorAppointmentListHospital[index].filterName + " - " + widget.patientDoctorAppointmentListHospital[index].distanceInKMs + " " + TranslationBase.of(context).km
|
|
|
|
|
: widget.patientDoctorAppointmentListHospital[index].filterName,
|
|
|
|
|
isTitleSingleLine: false,
|
|
|
|
|
isExpand: widget.patientDoctorAppointmentListHospital.length == 1 ? true : false,
|
|
|
|
|
bodyWidget: ListView.separated(
|
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
physics: NeverScrollableScrollPhysics(),
|
|
|
|
|
|