HyM attachments resolve: #2 #3
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -15,13 +15,17 @@ class AttachmentWidget extends StatelessWidget {
 | 
				
			||||||
          child: Row(
 | 
					          child: Row(
 | 
				
			||||||
            children: [
 | 
					            children: [
 | 
				
			||||||
              CloseButton(
 | 
					              CloseButton(
 | 
				
			||||||
                onPressed: () => {
 | 
					                onPressed: () => {  
 | 
				
			||||||
                  Navigator.pop(context)
 | 
					                  Navigator.pop(context)
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ),
 | 
					              ),
 | 
				
			||||||
              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