TdDateTimePicker.date constructor
TdDateTimePicker.date({
- Key? key,
- DateTime? initialValue,
- DateTime? start,
- DateTime? end,
- ValueChanged<
DateTime> ? onChanged, - TdPickerSelectedItemChange? onSelectedItemChanged,
Implementation
TdDateTimePicker.date({
super.key,
this.initialValue,
this.start,
this.end,
this.onChanged,
this.onSelectedItemChanged,
}) : mode = [TdDateTimePickerMode.date];