|
|
|
|
@ -80,11 +80,15 @@ class TimeLineWidget extends StatelessWidget {
|
|
|
|
|
height: 4,
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
DateUtil.getMonthDayYearDateFormatted(
|
|
|
|
|
DateUtil.convertStringToDate(
|
|
|
|
|
appoitmentAllHistoryResul.appointmentDate)),
|
|
|
|
|
DateUtil.getMonthDayYearDateFormatted(DateUtil.convertStringToDate(appoitmentAllHistoryResul.appointmentDate)),
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 10.5,
|
|
|
|
|
fontSize: 12.5,
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
appoitmentAllHistoryResul.clinicName,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 12.5,
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
)
|
|
|
|
|
],
|
|
|
|
|
@ -93,17 +97,23 @@ class TimeLineWidget extends StatelessWidget {
|
|
|
|
|
)
|
|
|
|
|
else
|
|
|
|
|
Positioned(
|
|
|
|
|
top:projectViewModel.isArabic ? 63 : 70,
|
|
|
|
|
top:projectViewModel.isArabic ? 35 : 50,
|
|
|
|
|
child: Container(
|
|
|
|
|
margin: EdgeInsets.only(left: 2, right: 2),
|
|
|
|
|
child: Column(
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Texts(
|
|
|
|
|
appoitmentAllHistoryResul.clinicName,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 12.5,
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
DateUtil.getMonthDayYearDateFormatted(
|
|
|
|
|
DateUtil.convertStringToDate(
|
|
|
|
|
appoitmentAllHistoryResul.appointmentDate)),
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 10.5,
|
|
|
|
|
fontSize: 12.5,
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
|