Search constructor

const Search({
  1. Key? key,
  2. required String hintText,
  3. ValueChanged<String>? onSubmitted,
})

Implementation

const Search({super.key, required this.hintText, this.onSubmitted});