SearchFieldDecoration constructor
const
SearchFieldDecoration({
- Color? fillColor,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? contentPadding,
- TextStyle? textStyle,
- TextStyle? hintStyle,
- Widget? prefixIcon,
- Widget suffixIcon(
- VoidCallback onClear
- InputBorder? border,
- InputBorder? focusedBorder,
Implementation
const SearchFieldDecoration({
this.fillColor,
this.constraints,
this.contentPadding,
this.textStyle,
this.hintStyle,
this.prefixIcon,
this.suffixIcon,
this.border,
this.focusedBorder,
});