TimeSlotsGridWidget constructor
const
TimeSlotsGridWidget({})
Implementation
const TimeSlotsGridWidget(
{Key? key,
this.selectedBoxColor,
this.selectedBoxTextColor,
this.alreadyBookedBoxColor,
this.alreadyBookedBoxTextColor,
this.freeBoxColor,
this.freeBoxTextColor,
required this.timeSlotDuration,
required this.bookingDuration,
required this.date})
: super(key: key);