added missing consts
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m7s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s

This commit is contained in:
2025-11-25 23:22:02 +01:00
parent 86ec4de5c0
commit 9ba3dd7909

View File

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