Commit b503f41 1 parent 72167a4 commit b503f41 Copy full SHA for b503f41
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class FilesView extends ViewModelBuilderWidget<FilesViewModel> {
145
145
itemCount: 15 ,
146
146
itemBuilder: (context, index) {
147
147
return ListTile (
148
- contentPadding: EdgeInsets .symmetric (horizontal: 4 ),
148
+ contentPadding: EdgeInsets .symmetric (horizontal: 5 , vertical : 2 ),
149
149
leading: Container (
150
150
width: 64 ,
151
151
height: 64 ,
@@ -156,7 +156,7 @@ class FilesView extends ViewModelBuilderWidget<FilesViewModel> {
156
156
title: Container (
157
157
width: double .infinity,
158
158
height: 16.0 ,
159
- margin: EdgeInsets .only (right: 10 ),
159
+ margin: EdgeInsets .only (right: 5 ),
160
160
color: Colors .white,
161
161
),
162
162
);
@@ -321,7 +321,7 @@ class FileItem extends ViewModelWidget<FilesViewModel> {
321
321
@override
322
322
Widget build (BuildContext context, FilesViewModel model) {
323
323
return ListTile (
324
- contentPadding: EdgeInsets .symmetric (horizontal: 5 ),
324
+ contentPadding: EdgeInsets .symmetric (horizontal: 5 ,vertical : 3 ),
325
325
leading: SizedBox (
326
326
width: 64 ,
327
327
height: 64 ,
You can’t perform that action at this time.
0 commit comments