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. double? hintSize,
  9. Color? hintColor,
  10. String? hint,
  11. bool? centerText,
  12. Widget? clearIcon,
  13. Widget? searchIcon,
  14. int? maxLength,
  15. ValueChanged<String>? onSubmit,
})

Implementation

const SearchContainer({super.key, this.margin, this.padding, this.bg, this.radius,
  this.inputColor, this.inputSize, this.hintSize, this.hintColor, this.hint,
  this.centerText, this.clearIcon, this.searchIcon, this.maxLength, this.onSubmit});