|
|
|
|
@ -220,8 +220,9 @@ class _SelectDoctorPageState extends State<SelectDoctorPage> {
|
|
|
|
|
],
|
|
|
|
|
).paddingSymmetrical(0.h, 0.h),
|
|
|
|
|
if (bookAppointmentsViewModel.isGetDocForHealthCal && bookAppointmentsVM.showSortFilterButtons) SizedBox(height: 16.h),
|
|
|
|
|
bookAppointmentsVM.doctorsListGrouped.isNotEmpty
|
|
|
|
|
? Row(
|
|
|
|
|
// bookAppointmentsVM.doctorsListGrouped.isNotEmpty
|
|
|
|
|
// ?
|
|
|
|
|
Row(
|
|
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
|
|
children: [
|
|
|
|
|
Column(
|
|
|
|
|
@ -243,8 +244,8 @@ class _SelectDoctorPageState extends State<SelectDoctorPage> {
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
)
|
|
|
|
|
: SizedBox.shrink(),
|
|
|
|
|
),
|
|
|
|
|
// : SizedBox.shrink(),
|
|
|
|
|
ListView.separated(
|
|
|
|
|
padding: EdgeInsets.only(top: 16.h),
|
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
|