|
|
|
@ -47,7 +47,7 @@ class PatientProfileHeaderWhitAppointment extends StatelessWidget {
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
color: Colors.white,
|
|
|
|
color: Colors.white,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
height: 300,
|
|
|
|
//height: 300,
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
|
padding: EdgeInsets.only(left: 10, right: 10, bottom: 10),
|
|
|
|
padding: EdgeInsets.only(left: 10, right: 10, bottom: 10),
|
|
|
|
margin: EdgeInsets.only(top: 50),
|
|
|
|
margin: EdgeInsets.only(top: 50),
|
|
|
|
@ -401,8 +401,10 @@ class PatientProfileHeaderWhitAppointment extends StatelessWidget {
|
|
|
|
'Result Date:',
|
|
|
|
'Result Date:',
|
|
|
|
color: Colors.grey[800],
|
|
|
|
color: Colors.grey[800],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Texts(
|
|
|
|
Expanded(
|
|
|
|
|
|
|
|
child: Texts(
|
|
|
|
'${DateUtils.getDayMonthYearDateFormatted(appointmentDate, isArabic: projectViewModel.isArabic)}',
|
|
|
|
'${DateUtils.getDayMonthYearDateFormatted(appointmentDate, isArabic: projectViewModel.isArabic)}',
|
|
|
|
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|