SelectPickerInput constructor
const
SelectPickerInput({
- Key? key,
- required List<
SelectPickerItem> list, - required SelectPickerInputStyle selectPickerInputStyle,
- required bool selectFirst,
- required dynamic onSelect(),
- required String hint,
- required SelectPickerBottomSheetStyle selectPickerBottomSheetStyle,
- required SelectPickerInputSearchStyle selectPickerInputSearchStyle,
- required SelectPickerCardItemStyle selectPickerCardItemStyle,
- required SelectPickerTopSelectorStyle selectPickertopSelectorStyle,
- String? hintSearch,
- bool? showId,
- Future<
List< onSearch(SelectPickerItem> >- String? text
- dynamic onClose()?,
- bool? disabled,
- String? inputError,
- bool? isLoading,
- String? loadingMessage,
- String? initialItem,
Implementation
const SelectPickerInput({
super.key,
required this.list,
required this.selectPickerInputStyle,
required this.selectFirst,
required this.onSelect,
required this.hint,
required this.selectPickerBottomSheetStyle,
required this.selectPickerInputSearchStyle,
required this.selectPickerCardItemStyle,
required this.selectPickertopSelectorStyle,
this.hintSearch,
this.showId,
this.onSearch,
this.onClose,
this.disabled,
this.inputError,
this.isLoading,
this.loadingMessage,
this.initialItem,
});