add top padding to mih app

This commit is contained in:
2025-01-24 13:21:52 +02:00
parent 392e5ddc57
commit 7f2d139690

View File

@@ -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(