PlexFormFieldMultiSelect<T> constructor
PlexFormFieldMultiSelect<T> ({
- Key? key,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- dynamic dropdownItemOnSelect(
- dynamic item
- FocusNode? searchInputFocusNode,
- Future<
List> ? dropdownAsyncItems, - Widget customMultiSelectedWidget(
- dynamic
- dynamic dropdownItemAsString(
- dynamic item
- PlexWidgetController<
List< ? multiSelectionController,T> ?> - Function? dropdownCustomOnTap,
- List<
T> ? dropdownItems, - Widget dropDownLeadingIcon(
- dynamic item
- bool dropdownOnSearch(
- String query,
- dynamic item
- Widget dropdownItemWidget(
- dynamic item
- List<
T> ? multiInitialSelection,
Implementation
PlexFormFieldMultiSelect({
super.key,
this.properties = const PlexFormFieldGeneric.empty(),
this.dropdownItemOnSelect,
this.searchInputFocusNode,
this.dropdownAsyncItems,
this.customMultiSelectedWidget,
this.dropdownItemAsString,
this.multiSelectionController,
this.dropdownCustomOnTap,
this.dropdownItems,
this.dropDownLeadingIcon,
this.dropdownOnSearch,
this.dropdownItemWidget,
this.multiInitialSelection,
});