|  |  |  | @ -72,9 +72,9 @@ class AppCustomChipWidget extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |               // padding: EdgeInsets.all(0.0), | 
		
	
		
			
				|  |  |  |  |               padding: padding, | 
		
	
		
			
				|  |  |  |  |               materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, | 
		
	
		
			
				|  |  |  |  |               labelPadding: EdgeInsets.only( | 
		
	
		
			
				|  |  |  |  |                   left: -4.h, | 
		
	
		
			
				|  |  |  |  |                   right: deleteIcon?.isNotEmpty == true ? 2.h : 8.h), | 
		
	
		
			
				|  |  |  |  |               labelPadding: EdgeInsetsDirectional.only( | 
		
	
		
			
				|  |  |  |  |                   start: -4.h, | 
		
	
		
			
				|  |  |  |  |                   end: deleteIcon?.isNotEmpty == true ? 2.h : 8.h), | 
		
	
		
			
				|  |  |  |  |               backgroundColor: backgroundColor, | 
		
	
		
			
				|  |  |  |  |               shape: shape, | 
		
	
		
			
				|  |  |  |  |               deleteIcon: deleteIcon?.isNotEmpty == true | 
		
	
	
		
			
				
					|  |  |  | @ -96,9 +96,9 @@ class AppCustomChipWidget extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |               padding: EdgeInsets.all(0.0), | 
		
	
		
			
				|  |  |  |  |               backgroundColor: backgroundColor, | 
		
	
		
			
				|  |  |  |  |               shape: shape, | 
		
	
		
			
				|  |  |  |  |               labelPadding: EdgeInsets.only( | 
		
	
		
			
				|  |  |  |  |                   left: 8.h, | 
		
	
		
			
				|  |  |  |  |                   right: deleteIcon?.isNotEmpty == true ? -2.h : 8.h), | 
		
	
		
			
				|  |  |  |  |               labelPadding: EdgeInsetsDirectional.only( | 
		
	
		
			
				|  |  |  |  |                   start: 8.h, | 
		
	
		
			
				|  |  |  |  |                   end: deleteIcon?.isNotEmpty == true ? -2.h : 8.h), | 
		
	
		
			
				|  |  |  |  |               deleteIcon: deleteIcon?.isNotEmpty == true | 
		
	
		
			
				|  |  |  |  |                   ? Utils.buildSvgWithAssets( | 
		
	
		
			
				|  |  |  |  |                       icon: deleteIcon!, | 
		
	
	
		
			
				
					|  |  |  | 
 |