GameResultView erstellen #62

Merged
flixcoo merged 31 commits from feature/48-game-result-view-erstellen into development 2025-12-06 14:06:29 +00:00
Showing only changes of commit 86ec4de5c0 - Show all commits

View File

@@ -34,7 +34,11 @@ class _GameResultViewState extends State<GameResultView> {
scrolledUnderElevation: 0,
title: Text(
widget.game.name,
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
style: TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
overflow: TextOverflow.ellipsis,
),
),
centerTitle: true,
),