FormBuilderDateTimePicker constructor

FormBuilderDateTimePicker({@required String attribute, List<FormFieldValidator> validators: const [], bool readonly: false, InputType inputType: InputType.both, DateTime initialValue, DateFormat format, DateTime firstDate, DateTime lastDate, InputDecoration decoration: const InputDecoration() })

Implementation

FormBuilderDateTimePicker({
  @required this.attribute,
  this.validators = const [],
  this.readonly = false,
  this.inputType = InputType.both,
  this.initialValue,
  this.format,
  this.firstDate,
  this.lastDate,
  this.decoration = const InputDecoration(),
});