|
|
|
@ -73,7 +73,7 @@ class MyScheduleScreen extends StatelessWidget {
|
|
|
|
children: scheduleProvider.listDoctorWorkingHoursTable.map((item) {
|
|
|
|
children: scheduleProvider.listDoctorWorkingHoursTable.map((item) {
|
|
|
|
return CardWithBgWidget(
|
|
|
|
return CardWithBgWidget(
|
|
|
|
line1Text: item.dayName,
|
|
|
|
line1Text: item.dayName,
|
|
|
|
line2Text:item.workingHours ,
|
|
|
|
line2Text: item.workingHours,
|
|
|
|
heightPercentage: 0.18,
|
|
|
|
heightPercentage: 0.18,
|
|
|
|
widthPercentage: 0.80,
|
|
|
|
widthPercentage: 0.80,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|