MatchTile constructor

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

Implementation

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