DynamicDataMultiSelectSearchablePaginationDropdown constructor
const
DynamicDataMultiSelectSearchablePaginationDropdown({
- Key? key,
- List<
CustomDropDownModel> ? listOfValues, - dynamic callbackSelectedValue()?,
- ScrollController? scrollController,
- required IAuthHelper authHelper,
- required DropDownApiConfig dropDownApiConfig,
- List<
CustomDropDownModel> selectedValue = const [],
Implementation
const DynamicDataMultiSelectSearchablePaginationDropdown(
{super.key,
this.listOfValues,
this.callbackSelectedValue,
this.scrollController,
required this.authHelper,
required this.dropDownApiConfig,
this.selectedValue = const []});