|
|
|
@ -40,6 +40,7 @@ class AskDoctorPage extends StatelessWidget {
|
|
|
|
|
|
|
|
|
|
|
|
Widget _appointmentExpandableList(List<PatientDoctorAppointmentList> _patientDoctorAppointmentList, model) {
|
|
|
|
Widget _appointmentExpandableList(List<PatientDoctorAppointmentList> _patientDoctorAppointmentList, model) {
|
|
|
|
return ListView.separated(
|
|
|
|
return ListView.separated(
|
|
|
|
|
|
|
|
addAutomaticKeepAlives: true,
|
|
|
|
physics: BouncingScrollPhysics(),
|
|
|
|
physics: BouncingScrollPhysics(),
|
|
|
|
padding: EdgeInsets.only(top: 12),
|
|
|
|
padding: EdgeInsets.only(top: 12),
|
|
|
|
separatorBuilder: (context, index) {
|
|
|
|
separatorBuilder: (context, index) {
|
|
|
|
|