QOL: Button alignment

This commit is contained in:
2025-12-08 19:46:21 +02:00
parent 5681c6d73b
commit 0b57e10532
11 changed files with 30 additions and 0 deletions

View File

@@ -167,6 +167,8 @@ class _MihHomeState extends State<MihHome> {
const SizedBox(height: 20),
Center(
child: Wrap(
runAlignment: WrapAlignment.center,
crossAxisAlignment: WrapCrossAlignment.center,
alignment: WrapAlignment.center,
spacing: 10,
runSpacing: 10,