MVP #141
@@ -34,7 +34,7 @@ class _GameResultViewState extends State<GameResultView> {
|
|||||||
scrolledUnderElevation: 0,
|
scrolledUnderElevation: 0,
|
||||||
title: Text(
|
title: Text(
|
||||||
widget.game.name,
|
widget.game.name,
|
||||||
style: TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
@@ -71,7 +71,7 @@ class _GameResultViewState extends State<GameResultView> {
|
|||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 2),
|
const SizedBox(height: 2),
|
||||||
Visibility(
|
Visibility(
|
||||||
visible: allPlayers.isNotEmpty,
|
visible: allPlayers.isNotEmpty,
|
||||||
replacement: const TopCenteredMessage(
|
replacement: const TopCenteredMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user