added type annotation for message in GameHistoryEmptyBuilder

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sneeex
2025-06-25 14:50:41 +02:00
committed by GitHub
parent 46404e3ebf
commit fc832d35db

View File

@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
Widget GameHistoryEmptyBuilder(message) {
Widget GameHistoryEmptyBuilder(String message) {
return Container(
padding: EdgeInsets.only(top:100),
margin: EdgeInsets.only(left: 10, right: 10),