searchfield icon indicating copy to clipboard operation
searchfield copied to clipboard

Refactor `SearchInputDecoration` class added maintainHintHeight

Open mrjake34 opened this issue 1 year ago • 8 comments

This commit refactors the SearchInputDecoration class in input_decoration.dart. It adds a new property maintainHintHeight and updates the constructor and methods accordingly. This change improves the flexibility and customization options for the SearchInputDecoration class.

Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.

List which issues are fixed by this PR. You must list at least one issue.

Pre-launch Checklist

  • [ ] I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • [ ] I listed at least one issue that this PR fixes in the description above.
  • [ ] I updated/added relevant documentation (doc comments with ///).
  • [ ] I added new tests to check the change I am making, or this PR is [test-exempt].
  • [ ] All existing and new tests are passing using flutter test

If you need help, consider pinging the maintainer @maheshj01

mrjake34 avatar Oct 01 '24 22:10 mrjake34