SlotDetailsScreen constructor

const SlotDetailsScreen({
  1. Key? key,
  2. required int slotId,
})

Displays the details of a slot.

Implementation

const SlotDetailsScreen({super.key, required this.slotId});