done Dr Schedule

merge-requests/28/head
her_username 5 years ago
parent ae8a5740f3
commit 06486f578c

@ -67,13 +67,13 @@ class MyScheduleScreen extends StatelessWidget {
SizedBox(
height: 10,
),
// Text(date, style: textStyle(2.5)),
// Text(date, style: textStyle(2.5)),
Container(
child: Column(
children: scheduleProvider.listDoctorWorkingHoursTable.map((item) {
return CardWithBgWidget(
line1Text: item.dayName,
line2Text:item.workingHours ,
line2Text: item.workingHours,
heightPercentage: 0.18,
widthPercentage: 0.80,
);

Loading…
Cancel
Save