|
|
|
|
@ -96,7 +96,7 @@ class PatientReferralItemWidget extends StatelessWidget {
|
|
|
|
|
: Colors.red[900],
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
referredDate,
|
|
|
|
|
referredDate??"",
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
letterSpacing: -0.48,
|
|
|
|
|
@ -109,7 +109,7 @@ class PatientReferralItemWidget extends StatelessWidget {
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
patientName,
|
|
|
|
|
patientName??"",
|
|
|
|
|
fontSize: 16.0,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
color: Color(0xff2E303A),
|
|
|
|
|
@ -130,7 +130,7 @@ class PatientReferralItemWidget extends StatelessWidget {
|
|
|
|
|
width: 4,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
referredTime,
|
|
|
|
|
referredTime??"",
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
fontSize: 12.0,
|
|
|
|
|
|