File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -83,16 +83,19 @@ class _FilesListState extends State<FilesList> {
8383 body: Padding (
8484 padding: const EdgeInsets .all (10.0 ),
8585 child: Column (
86+ crossAxisAlignment: CrossAxisAlignment .center,
8687 children: [
8788 const SizedBox (height: 10.0 ),
8889 Wrap (
8990 spacing: 10.0 ,
9091 runSpacing: 10.0 ,
9192 children: widgets,
9293 ),
93- const SizedBox (height: 36.0 ),
94- Text ('Recents' , style: Theme .of (context).textTheme.title, textAlign: TextAlign .left),
95- const SizedBox (height: 16.0 ),
94+ const SizedBox (height: 20.0 ),
95+ Align (
96+ alignment: Alignment .centerLeft,
97+ child: Text ('Recents' , style: Theme .of (context).textTheme.title)
98+ ),
9699 Expanded (
97100 child: GridView .extent (
98101 maxCrossAxisExtent: 80.0 ,
You can’t perform that action at this time.
0 commit comments