SlotContainer constructor
const
SlotContainer({})
Implementation
const SlotContainer(
{Key? key,
required this.containerColor,
required this.containerBorderColor,
required this.slotTime,
required this.onTap})
: super(key: key);