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