SearchInput constructor
const
SearchInput({
- Key? key,
- TextEditingController? controller,
- void onChanged()?,
- String hintText = 'Rechercher',
- IconData? suffixIcon,
- void onSuffixIconPressed()?,
Implementation
const SearchInput({
super.key,
this.controller,
this.onChanged,
this.hintText = 'Rechercher',
this.suffixIcon,
this.onSuffixIconPressed,
});