Search constructor
const
Search({
- Key? key,
- required String hintText,
- ValueChanged<
String> ? onSubmitted,
Implementation
const Search({super.key, required this.hintText, this.onSubmitted});