Compare commits
2 Commits
678ab90af3
...
132966f3d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 132966f3d2 | |||
| 77095725de |
@@ -69,6 +69,7 @@ class _ChooseGameViewState extends State<ChooseGameView> {
|
||||
widget.games[index].$3,
|
||||
context,
|
||||
),
|
||||
isHighlighted: selectedGameIndex == index,
|
||||
onPressed: () async {
|
||||
setState(() {
|
||||
if (selectedGameIndex == index) {
|
||||
|
||||
@@ -54,7 +54,7 @@ class TitleDescriptionListTile extends StatelessWidget {
|
||||
if (badgeText != null) ...[
|
||||
const Spacer(),
|
||||
Container(
|
||||
constraints: const BoxConstraints(maxWidth: 100),
|
||||
constraints: const BoxConstraints(maxWidth: 115),
|
||||
margin: const EdgeInsets.only(top: 4),
|
||||
padding: const EdgeInsets.symmetric(
|
||||
vertical: 2,
|
||||
|
||||
Reference in New Issue
Block a user