Track rögzítés vizuális visszajelzésének módosítása.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user