NumberSlotCell constructor

const NumberSlotCell({
  1. Key? key,
  2. required NumberCtrlSlot slot,
  3. required SlotMeta meta,
})

Implementation

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