SlotMasterWidget constructor

const SlotMasterWidget({
  1. Key? key,
  2. required Slot slot,
})

Displays the details of a slot created by the slot master.

Implementation

const SlotMasterWidget({super.key, required this.slot});