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