FieldStyleDateTimePicker constructor

FieldStyleDateTimePicker({
  1. TextStyle? style,
  2. VoidCallback? onTap,
  3. FocusNode? focusNode,
  4. bool autofocus = false,
  5. bool? enableFeedback,
  6. EdgeInsetsGeometry? padding,
  7. bool hideDefaultSuffixIcon = false,
  8. DateTime? initialPickerDateTime,
  9. CupertinoDatePickerOptions? cupertinoDatePickerOptions,
  10. MaterialDatePickerOptions? materialDatePickerOptions,
  11. MaterialTimePickerOptions? materialTimePickerOptions,
  12. InputDecoration? decoration,
  13. DateFormat? dateFormat,
  14. DateTime? firstDate,
  15. DateTime? lastDate,
  16. DateTimeFieldPickerMode mode = DateTimeFieldPickerMode.dateAndTime,
  17. DateTimeFieldPickerPlatform pickerPlatform = DateTimeFieldPickerPlatform.adaptive,
})

Implementation

FieldStyleDateTimePicker({
  this.style,
  this.onTap,
  this.focusNode,
  this.autofocus = false,
  this.enableFeedback,
  this.padding,
  this.hideDefaultSuffixIcon = false,
  this.initialPickerDateTime,
  this.cupertinoDatePickerOptions,
  this.materialDatePickerOptions,
  this.materialTimePickerOptions,
  this.decoration,
  this.dateFormat,
  this.firstDate,
  this.lastDate,
  this.mode = DateTimeFieldPickerMode.dateAndTime,
  this.pickerPlatform = DateTimeFieldPickerPlatform.adaptive,
});