MatchTile constructor
- {Key? key,
- required HollisticMatchScoutingData match,
- required void onDelete(
- String id
Implementation
const MatchTile(
{super.key, required this.match, required this.onDelete});
const MatchTile(
{super.key, required this.match, required this.onDelete});