Cleaned up idk

This commit is contained in:
2024-01-04 21:45:55 +02:00
parent 6a2df6938e
commit dca0c067cb
5 changed files with 8 additions and 12 deletions

View File

@@ -36,9 +36,6 @@ class HomeScreen extends StatelessWidget {
MaterialPageRoute(builder: (context) => const Settings())
);},
icon: const Icon(Icons.settings)),
// Space from the end
const SizedBox(width: 30,),
]
),
),