KinDatePicker constructor
const
KinDatePicker({
- Key? key,
- DateTime? initialDate,
- DateTime? firstDate,
- DateTime? lastDate,
- ValueChanged<
DateTime> ? onConfirm, - VoidCallback? onCancel,
- String title = 'Select Date',
- String confirmLabel = 'Confirm',
- String cancelLabel = 'Cancel',
Implementation
const KinDatePicker({
super.key,
this.initialDate,
this.firstDate,
this.lastDate,
this.onConfirm,
this.onCancel,
this.title = 'Select Date',
this.confirmLabel = 'Confirm',
this.cancelLabel = 'Cancel',
});