InputSearchField constructor
const
InputSearchField({
- Key? key,
- String placeholder = '',
- bool disabled = false,
- String? prefixIconName,
- String? initialValue,
- String? initialSuffixIcon,
- ValueChanged<
String> ? onChanged, - ValueChanged<
String> ? onSuffixIconChanged, - EdgeInsets? prefixIconPadding,
- EdgeInsets? suffixIconPadding,
Implementation
const InputSearchField({
super.key,
this.placeholder = '',
this.disabled = false,
this.prefixIconName,
this.initialValue,
this.initialSuffixIcon,
this.onChanged,
this.onSuffixIconChanged,
this.prefixIconPadding,
this.suffixIconPadding,
});