DynamicDataMultiSelectSearchablePaginationDropdown constructor

const DynamicDataMultiSelectSearchablePaginationDropdown({
  1. Key? key,
  2. List<CustomDropDownModel>? listOfValues,
  3. dynamic callbackSelectedValue(
    1. List<CustomDropDownModel>
    )?,
  4. ScrollController? scrollController,
  5. required IAuthHelper authHelper,
  6. required DropDownApiConfig dropDownApiConfig,
  7. List<CustomDropDownModel> selectedValue = const [],
})

Implementation

const DynamicDataMultiSelectSearchablePaginationDropdown(
    {super.key,
    this.listOfValues,
    this.callbackSelectedValue,
    this.scrollController,
    required this.authHelper,
    required this.dropDownApiConfig,
    this.selectedValue = const []});