CalendarDatePicker2WithActionButtons constructor
const
CalendarDatePicker2WithActionButtons({
- required List<
DateTime?> value, - required CalendarDatePicker2WithActionButtonsConfig config,
- ValueChanged<
List< ? onValueChanged,DateTime?> > - ValueChanged<
DateTime> ? onDisplayedMonthChanged, - Function? onCancelTapped,
- Function? onOkTapped,
- Key? key,
Implementation
const CalendarDatePicker2WithActionButtons({
required this.value,
required this.config,
this.onValueChanged,
this.onDisplayedMonthChanged,
this.onCancelTapped,
this.onOkTapped,
Key? key,
}) : super(key: key);