ScrollDatePicker constructor
const
ScrollDatePicker({})
Implementation
const ScrollDatePicker({
super.key,
required this.initialDate,
this.minDate,
this.maxDate,
this.onDateChanged,
this.wheelHeight = 200,
this.itemExtent = 40,
this.showYear = true,
this.showConfirmButton = false,
this.onConfirm,
});