TimesSlotGridViewFromInterval constructor
const
TimesSlotGridViewFromInterval({
- Key? key,
- required DateTime initTime,
- required ValueChanged<
DateTime> onChange, - required TimeSlotInterval timeSlotInterval,
- String locale = "en",
- int crossAxisCount = 3,
- IconData? icon,
- Color? selectedColor,
- Color? unSelectedColor,
Implementation
const TimesSlotGridViewFromInterval({
super.key,
required this.initTime,
required this.onChange,
required this.timeSlotInterval,
this.locale = "en",
this.crossAxisCount = 3,
this.icon,
this.selectedColor,
this.unSelectedColor,
});