needs polishing the sides
This commit is contained in:
		
							parent
							
								
									1fd4689844
								
							
						
					
					
						commit
						b3dd850b0a
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -425,13 +425,18 @@ class _EmailViewState extends State<EmailView> {
 | 
			
		|||
          Row(
 | 
			
		||||
            children: [
 | 
			
		||||
              Text(
 | 
			
		||||
                widget.name,
 | 
			
		||||
                'from ${widget.name}',
 | 
			
		||||
                style: TextStyle(fontSize: 18),
 | 
			
		||||
              ),
 | 
			
		||||
              Text(
 | 
			
		||||
                '<${widget.from}>',
 | 
			
		||||
                style: TextStyle(fontSize: 18),
 | 
			
		||||
              ),
 | 
			
		||||
              Spacer(),
 | 
			
		||||
              Text(
 | 
			
		||||
                '${widget.date}',
 | 
			
		||||
                textAlign: TextAlign.right,
 | 
			
		||||
              )
 | 
			
		||||
            ],
 | 
			
		||||
          ),
 | 
			
		||||
          // TODO: make a case where if one of these is the user's email it just says me :)))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue