XAutocomplete constructor
      const
      XAutocomplete({})
     
    
    
Implementation
const XAutocomplete({
  this.label = "",
  this.hint = "",
  this.initialValue = "",
  required this.onChange,
  this.type,
  this.fontSize,
  this.padding,
  this.readOnly = false,
  this.saveHistory = false,
  this.showHistory = false,
  required this.data,
  this.fontFamily,
  super.key,
});