DucMatchTile constructor

const DucMatchTile(
  1. {Key? key,
  2. required HollisticMatchScoutingData match,
  3. required void onDelete(
    1. String id
    )}
)

Implementation

const DucMatchTile(
    {super.key, required this.match, required this.onDelete});