CustomSearchTextFieldWidget constructor

const CustomSearchTextFieldWidget({
  1. required int index,
  2. required Function onChangedFunctions,
  3. Key? key,
})

Implementation

const CustomSearchTextFieldWidget(
    {required this.index, required this.onChangedFunctions, Key? key})
    : super(key: key);