MyDayPicker constructor
const
MyDayPicker({})
Implementation
const MyDayPicker({
required this.slots,
required this.isUseForPublishSlots,
required this.numberOfDays,
required this.selectedDateColor,
required this.unSelectedDateColor,
Key? key,
}) : super(key: key);