CustomDateSelector constructor
const
CustomDateSelector({})
Creates a CustomDateSelector widget.
The onDateSelected parameter is required and must not be null.
Implementation
const CustomDateSelector({
super.key,
required this.onDateSelected,
this.label,
this.type,
this.sheetLabel,
this.theme,
this.maxYear,
this.customButton,
this.buttonText,
});