Track rögzítés vizuális visszajelzésének módosítása.

This commit is contained in:
2026-06-16 02:06:13 +02:00
parent beb07fe007
commit 537897005c
8 changed files with 695 additions and 42 deletions
+4 -1
View File
@@ -44,10 +44,13 @@ class MapInfoCardColumn extends StatelessWidget {
return ConstrainedBox(
constraints: BoxConstraints(
maxWidth: screenWidth - 50, maxHeight: screenHeight * 0.55),
minWidth: screenWidth - 50,
maxWidth: screenWidth - 50,
maxHeight: screenHeight * 0.55),
child: SingleChildScrollView(
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
for (var i = 0; i < cards.length; i++) ...[
cards[i],