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