CShareAutocomplete constructor
const
CShareAutocomplete({})
Implementation
const CShareAutocomplete({
super.key,
required this.onSelected,
this.onClear,
this.initialValue,
this.errorText,
this.labelText = 'Share name',
this.hintText = 'Enter Share/Company Name',
this.readOnly = false,
});