ZdsDateTimePicker constructor
- {required String emptyLabel,
- Key? key,
- String? format,
- DateTimePickerMode mode = DateTimePickerMode.date,
- TextAlign textAlign = TextAlign.start,
- String? helpText,
- TextStyle? helpTextStyle,
- DateTime? minDate,
- DateTime? maxDate,
- DateTime? selectedDate,
- TextStyle? textStyle,
- void onChange(
- DateTime? dateTime
- EdgeInsets? padding,
- InputDecoration? inputDecoration,
- ZdsValueController<
DateTime> ? controller, - bool readOnly = false,
- int? interval,
- VisibleStep visibleStep = interval_picker.VisibleStep.fifths,
- String? timePickerErrorText,
- bool? use24HourFormat,
- TimePickerEntryMode timePickerEntryMode = TimePickerEntryMode.inputOnly,
- String? okClickText,
- String? cancelClickText,
- int? startDayOfWeek}
Constructs a ZdsDateTimePicker.
Implementation
ZdsDateTimePicker