|
|
|
@ -341,9 +341,9 @@ class _MyAppointmentsState extends State<MyAppointments> with SingleTickerProvid
|
|
|
|
padding: EdgeInsets.only(top: 12),
|
|
|
|
padding: EdgeInsets.only(top: 12),
|
|
|
|
separatorBuilder: (context, index) {
|
|
|
|
separatorBuilder: (context, index) {
|
|
|
|
return Container(
|
|
|
|
return Container(
|
|
|
|
height: 1,
|
|
|
|
height: 12,
|
|
|
|
margin: EdgeInsets.only(left: 21, right: 21),
|
|
|
|
margin: EdgeInsets.only(left: 21, right: 21),
|
|
|
|
color: Color(0xffD9D9D9),
|
|
|
|
// color: Color(0xffD9D9D9),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
|