TimeSlotGridView constructor
const
TimeSlotGridView({})
Implementation
const TimeSlotGridView({
super.key,
required this.initTime,
required this.onChange,
required this.listDates,
this.locale = "en",
this.crossAxisCount = 3,
this.icon,
this.selectedColor,
this.unSelectedColor,
});