|  |  | @ -53,7 +53,7 @@ class LabOrderByTest extends StatelessWidget { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     mainAxisAlignment: MainAxisAlignment.spaceBetween, |  |  |  |                     mainAxisAlignment: MainAxisAlignment.spaceBetween, | 
			
		
	
		
		
			
				
					
					|  |  |  |                     children: [ |  |  |  |                     children: [ | 
			
		
	
		
		
			
				
					
					|  |  |  |                       AppCustomChipWidget( |  |  |  |                       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, |  |  |  |                         // chipType: ChipTypeEnum.lightBg, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         backgroundColor: AppColors.greyLightColor, |  |  |  |                         backgroundColor: AppColors.greyLightColor, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         textColor: AppColors.textColor, |  |  |  |                         textColor: AppColors.textColor, | 
			
		
	
	
		
		
			
				
					|  |  | 
 |