add top padding to mih app
This commit is contained in:
@@ -33,6 +33,7 @@ class _MihAppState extends State<MihApp> {
|
|||||||
width: screenSize.width,
|
width: screenSize.width,
|
||||||
height: screenSize.height,
|
height: screenSize.height,
|
||||||
//color: Colors.black,
|
//color: Colors.black,
|
||||||
|
padding: const EdgeInsets.only(top: 5),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
|
|||||||
Reference in New Issue
Block a user