This commit is contained in:
Carlos Lopez-Rosario
2020-02-27 20:11:33 -05:00
parent c763dc1801
commit 658305aa8d

View File

@@ -86,7 +86,7 @@ class Sport extends StatelessWidget {
value: item,
child: SizedBox(
child: Text(item.name),
width: 110,
width: 150,
),
);
}).toList(),