AutoSuggestPicker constructor
AutoSuggestPicker({
- Key? key,
- required Rxn<
DropDownResponse> selectedId, - required RxList<
DropDownResponse> listItems, - bool isValidator = false,
- bool isAPISearchEnabled = false,
- bool isShowAddNewButton = false,
- bool isShowResetButton = false,
- Future<
List< fetchSuggestions(DropDownResponse> >- String query
Implementation
AutoSuggestPicker({
Key? key,
required this.selectedId,
required this.listItems,
this.isValidator = false,
this.isAPISearchEnabled = false,
this.isShowAddNewButton = false,
this.isShowResetButton = false,
this.fetchSuggestions,
}) : super(key: key);