GameHistoryView anpassen #20
@@ -103,12 +103,15 @@ class _GameHistoryTileState extends State<GameHistoryTile> {
|
|||||||
color: Colors.amber,
|
color: Colors.amber,
|
||||||
),
|
),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Text(
|
Expanded(
|
||||||
'Winner: ${winner.name}',
|
child: Text(
|
||||||
style: const TextStyle(
|
'Winner: ${winner.name}',
|
||||||
fontSize: 14,
|
style: const TextStyle(
|
||||||
fontWeight: FontWeight.w600,
|
fontSize: 14,
|
||||||
color: Colors.white,
|
fontWeight: FontWeight.w600,
|
||||||
|
color: Colors.white,
|
||||||
|
),
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user