HyM attachments resolve: #2 #3
@ -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…
Reference in New Issue
Block a user