BeWellSelectInput constructor

const BeWellSelectInput({
  1. required List<String> options,
  2. required FormFieldSetter<String>? onChanged,
  3. required String value,
  4. Key? dropDownInputKey,
})

Implementation

const BeWellSelectInput({
  required this.options,
  required this.onChanged,
  required this.value,
  this.dropDownInputKey,
});