mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
feat: change ui
This commit is contained in:
@@ -73,7 +73,7 @@ class MyApp extends StatelessWidget {
|
||||
child: NavDrawer(),
|
||||
),
|
||||
const VerticalDivider(thickness: 1, width: 1),
|
||||
Flexible(flex: 7, child: child)
|
||||
Flexible(flex: 7, child: Padding(padding: const EdgeInsets.all(20),child: child), )
|
||||
]))),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user