SearchContainer constructor

const SearchContainer({
  1. Key? key,
  2. EdgeInsets? margin,
  3. EdgeInsets? padding,
  4. Color? bg,
  5. double? radius,
  6. Color? inputColor,
  7. double? inputSize,
  8. Color? hintColor,
  9. String? hint,
  10. bool? centerText,
  11. Widget? clearIcon,
  12. Widget? searchIcon,
  13. int? maxLength,
  14. 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});