|
|
|
|
@ -53,7 +53,7 @@ class LabOrderByTest extends StatelessWidget {
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
children: [
|
|
|
|
|
AppCustomChipWidget(
|
|
|
|
|
richText: '${"Last Lasted:".needTranslation} ${ DateUtil.formatDateToDate(DateUtil.convertStringToDate(tests!.createdOn), false)}'.toText12(isBold: true),
|
|
|
|
|
richText: '${"Last Tested:".needTranslation} ${ DateUtil.formatDateToDate(DateUtil.convertStringToDate(tests!.createdOn), false)}'.toText12(isBold: true),
|
|
|
|
|
// chipType: ChipTypeEnum.lightBg,
|
|
|
|
|
backgroundColor: AppColors.greyLightColor,
|
|
|
|
|
textColor: AppColors.textColor,
|
|
|
|
|
|