ZdsDateTimePicker constructor

ZdsDateTimePicker(
  1. {required String emptyLabel,
  2. Key? key,
  3. String? format,
  4. DateTimePickerMode mode = DateTimePickerMode.date,
  5. TextAlign textAlign = TextAlign.start,
  6. String? helpText,
  7. TextStyle? helpTextStyle,
  8. DateTime? minDate,
  9. DateTime? maxDate,
  10. DateTime? selectedDate,
  11. TextStyle? textStyle,
  12. void onChange(
    1. DateTime? dateTime
    )?,
  13. EdgeInsets? padding,
  14. InputDecoration? inputDecoration,
  15. ZdsValueController<DateTime>? controller,
  16. bool readOnly = false,
  17. int? interval,
  18. VisibleStep visibleStep = interval_picker.VisibleStep.fifths,
  19. String? timePickerErrorText,
  20. bool? use24HourFormat,
  21. TimePickerEntryMode timePickerEntryMode = TimePickerEntryMode.inputOnly,
  22. String? okClickText,
  23. String? cancelClickText,
  24. int? startDayOfWeek}
)

Constructs a ZdsDateTimePicker.

Implementation

ZdsDateTimePicker