SearchContainer constructor
const
SearchContainer({
- Key? key,
- EdgeInsets? margin,
- EdgeInsets? padding,
- Color? bg,
- double? radius,
- Color? inputColor,
- double? inputSize,
- Color? hintColor,
- String? hint,
- bool? centerText,
- Widget? clearIcon,
- Widget? searchIcon,
- int? maxLength,
- ValueChanged<
String> ? onSubmit,
Implementation
const SearchContainer({super.key, this.margin, this.padding, this.bg, this.radius,
this.inputColor, this.inputSize, this.hintColor, this.hint,
this.centerText, this.clearIcon, this.searchIcon, this.maxLength, this.onSubmit});