PickerDate constructor
PickerDate({
- Key? key,
- required ValueChanged<
List< onSubmit,DateTime> ?>
Implementation
PickerDate({Key? key, required this.onSubmit})
: super(key: key);