UpSearch constructor

const UpSearch({
  1. Key? key,
  2. required TextEditingController controller,
  3. ValueChanged<String>? valueChanged,
})

Implementation

const UpSearch({Key? key, required this.controller, this.valueChanged})
    : super(key: key);