forked from yaso_meth/mih-project
add top padding to mih app
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user