InfiniteScrollDateList constructor
const
InfiniteScrollDateList({})
Implementation
const InfiniteScrollDateList({
super.key,
required this.initialDate,
this.selectedDate,
this.onDateSelected,
this.showLunar = true,
this.showEventIndicator = false,
this.itemHeight = 64,
this.disabledDates,
this.minDate,
this.maxDate,
});