add top padding to mih app
This commit is contained in:
parent
392e5ddc57
commit
7f2d139690
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class _MihAppState extends State<MihApp> {
|
|||
width: screenSize.width,
|
||||
height: screenSize.height,
|
||||
//color: Colors.black,
|
||||
padding: const EdgeInsets.only(top: 5),
|
||||
child: Column(
|
||||
children: [
|
||||
Row(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue