SearchTextField constructor
- ValueChanged<
String> ? onChanged, - ValueChanged<
String> ? onSubmitted, - VoidCallback? onTap,
- Widget? suffixIcon,
- String? hintText,
- Key? key,
- String? initialText,
- bool autofocus = false,
Implementation
const SearchTextField({
this.onChanged,
this.onSubmitted,
this.onTap,
this.suffixIcon,
this.hintText,
super.key,
this.initialText,
this.autofocus = false,
});