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