added type annotation for currentgame in GameHistoryListTile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sneeex
2025-06-25 14:49:50 +02:00
committed by GitHub
parent 8e2863d70a
commit 80e47589ca

View File

@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:game_tracker/core/custom_theme.dart';
Widget GameHistoryListTile(currentGame){
Widget GameHistoryListTile(Map<String, dynamic> currentGame){
return Container(
margin: EdgeInsets.only(top: 5, bottom: 5, left: 10, right: 10),
padding: EdgeInsets.all(10),