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