added type annotation for currentgame in GameHistoryListTile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user