ShellSearch constructor

const ShellSearch({
  1. required TextEditingController controller,
  2. String? hint,
  3. ValueChanged<String>? onChanged,
})

Implementation

const ShellSearch({required this.controller, this.hint, this.onChanged});