Add padding for row item

This commit is contained in:
Vishnu Mohandas 2021-02-14 15:05:06 +05:30
parent 725455b3da
commit 6847fb48d0

View file

@ -301,6 +301,9 @@ class _DetailPageState extends State<DetailPage> {
],
));
}
items.add(
Padding(padding: EdgeInsets.all(4)),
);
}
if (file.uploadedFileID != null) {
items.add(Row(