ShellSearch constructor
const
ShellSearch({
- required TextEditingController controller,
- String? hint,
- ValueChanged<
String> ? onChanged,
Implementation
const ShellSearch({required this.controller, this.hint, this.onChanged});