removed the underlying yellow line in the attachment name
This commit is contained in:
		
							parent
							
								
									9ea012f7ad
								
							
						
					
					
						commit
						d58d9bdf83
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -21,7 +21,11 @@ class AttachmentWidget extends StatelessWidget {
 | 
				
			||||||
              ),
 | 
					              ),
 | 
				
			||||||
              Text(
 | 
					              Text(
 | 
				
			||||||
                attachment.name.toString(), //its alr a string but incase ¯\(ツ)/¯
 | 
					                attachment.name.toString(), //its alr a string but incase ¯\(ツ)/¯
 | 
				
			||||||
                style: TextStyle(color: Colors.black, fontSize: 20), //TODO: personalize your fonts
 | 
					                style: TextStyle(
 | 
				
			||||||
 | 
					                  color: Colors.black,
 | 
				
			||||||
 | 
					                  fontSize: 20,
 | 
				
			||||||
 | 
					                  decoration: TextDecoration.none  
 | 
				
			||||||
 | 
					                ), //TODO: personalize your fonts
 | 
				
			||||||
              ), 
 | 
					              ), 
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
          ),
 | 
					          ),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue