DateComponent constructor
const
DateComponent({
- Key? key,
- required ComponentModel component,
- required String? value,
- required ValueChanged<
String?> onChanged, - DatePickerCallback? onDatePick,
- TimePickerCallback? onTimePick,
Implementation
const DateComponent({
super.key,
required this.component,
required this.value,
required this.onChanged,
this.onDatePick,
this.onTimePick,
});