|  |  |  | @ -17,7 +17,7 @@ class MyDocumentItem extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |   Widget build(BuildContext context) { | 
		
	
		
			
				|  |  |  |  |     return Container( | 
		
	
		
			
				|  |  |  |  |       decoration: BoxDecoration( | 
		
	
		
			
				|  |  |  |  |         color: Colors.white, | 
		
	
		
			
				|  |  |  |  |         color: document.eNTITLEDTOAPPLYFLAG != 'Y' ? Colors.grey.shade300 : Colors.white, | 
		
	
		
			
				|  |  |  |  |         borderRadius: BorderRadius.circular(10), | 
		
	
		
			
				|  |  |  |  |         boxShadow: [ | 
		
	
		
			
				|  |  |  |  |           BoxShadow( | 
		
	
	
		
			
				
					|  |  |  | @ -60,12 +60,12 @@ class MyDocumentItem extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                     ).expanded, | 
		
	
		
			
				|  |  |  |  |                   ], | 
		
	
		
			
				|  |  |  |  |                 ).expanded, | 
		
	
		
			
				|  |  |  |  |                 if(isNotInDetailView) | 
		
	
		
			
				|  |  |  |  |                 const Icon( | 
		
	
		
			
				|  |  |  |  |                   Icons.arrow_forward, | 
		
	
		
			
				|  |  |  |  |                   size: 20, | 
		
	
		
			
				|  |  |  |  |                   color: Color(0xff2E303A), | 
		
	
		
			
				|  |  |  |  |                 ) | 
		
	
		
			
				|  |  |  |  |                 if (isNotInDetailView) | 
		
	
		
			
				|  |  |  |  |                   const Icon( | 
		
	
		
			
				|  |  |  |  |                     Icons.arrow_forward, | 
		
	
		
			
				|  |  |  |  |                     size: 20, | 
		
	
		
			
				|  |  |  |  |                     color: Color(0xff2E303A), | 
		
	
		
			
				|  |  |  |  |                   ) | 
		
	
		
			
				|  |  |  |  |               ], | 
		
	
		
			
				|  |  |  |  |             ).paddingOnly(top: 14, bottom: 18, right: 14, left: 24), | 
		
	
		
			
				|  |  |  |  |           ], | 
		
	
	
		
			
				
					|  |  |  | 
 |