added missings consts
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Failing after 2m8s

This commit is contained in:
2026-01-01 00:39:15 +01:00
parent ed9e3af768
commit 73aea0d0f5
8 changed files with 8 additions and 8 deletions

View File

@@ -180,7 +180,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
const SizedBox(height: 10),
Text(
AppLocalizations.of(context)!.all_players,
style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
style: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
),
const SizedBox(height: 10),
/*

View File

@@ -116,7 +116,7 @@ class _GameHistoryTileState extends State<GameHistoryTile> {
if (allPlayers.isNotEmpty) ...[
Text(
AppLocalizations.of(context)!.players,
style: TextStyle(
style: const TextStyle(
fontSize: 13,
color: Colors.grey,
fontWeight: FontWeight.w500,