ZeroDatePickerDocked constructor
const
ZeroDatePickerDocked({
- Key? key,
- InputDecorationType inputDecorationType = InputDecorationType.outline,
- required DateTime initialDate,
- required DateTime firstDate,
- required DateTime lastDate,
- required ValueChanged<
DateTime> onDateChanged, - String? labelText,
- String? hintText,
- String? helperText,
- String? errorText,
- String? cancelText,
- String? confirmText,
- Icon? suffixIcon,
- ZeroDatePickerStyle? style,
Implementation
const ZeroDatePickerDocked({
Key? key,
this.inputDecorationType = InputDecorationType.outline,
required this.initialDate,
required this.firstDate,
required this.lastDate,
required this.onDateChanged,
this.labelText,
this.hintText,
this.helperText,
this.errorText,
this.cancelText,
this.confirmText,
this.suffixIcon,
this.style,
}) : super(key: key);