|  |  | @ -37,8 +37,9 @@ class WelcomeWidget extends StatelessWidget { | 
			
		
	
		
		
			
				
					
					|  |  |  |               Row( |  |  |  |               Row( | 
			
		
	
		
		
			
				
					
					|  |  |  |                 spacing: 4.h, |  |  |  |                 spacing: 4.h, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 crossAxisAlignment: CrossAxisAlignment.center, |  |  |  |                 crossAxisAlignment: CrossAxisAlignment.center, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 mainAxisSize: MainAxisSize.min, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 children: [ |  |  |  |                 children: [ | 
			
		
	
		
		
			
				
					
					|  |  |  |                   name.toText16(weight: FontWeight.w500, textOverflow: TextOverflow.ellipsis, maxlines: 1, height: 1).expanded, |  |  |  |                   Flexible(child: name.toText16(weight: FontWeight.w500, textOverflow: TextOverflow.ellipsis, maxlines: 1, height: 1)), | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                   const Icon(Icons.keyboard_arrow_down, size: 20, color: Colors.black), |  |  |  |                   const Icon(Icons.keyboard_arrow_down, size: 20, color: Colors.black), | 
			
		
	
		
		
			
				
					
					|  |  |  |                 ], |  |  |  |                 ], | 
			
		
	
		
		
			
				
					
					|  |  |  |               ), |  |  |  |               ), | 
			
		
	
	
		
		
			
				
					|  |  | 
 |