FieldDatePicker constructor

const FieldDatePicker({
  1. bool? autofocus,
  2. String? errorFormatText,
  3. String? errorInvalidText,
  4. String? fieldHintText,
  5. String? fieldLabelText,
  6. String? selectableDayPredicate,
  7. String? firstDate,
  8. String? lastDate,
  9. String? initialDate,
})

Implementation

const FieldDatePicker(
    {this.autofocus,
    this.errorFormatText,
    this.errorInvalidText,
    this.fieldHintText,
    this.fieldLabelText,
    this.selectableDayPredicate,
    this.firstDate,
    this.lastDate,
    this.initialDate});