Michael-M-aher / location_picker_flutter_map

A Flutter package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map.
MIT License
23 stars 48 forks source link

Feature Request: Customization of the search text field #11

Closed talamaska closed 1 year ago

talamaska commented 1 year ago

I'm glad you have exposed various properties for search text field customization, I would really like to make more of what's exposed. I would like to change border radius, border with, border color. The best would be to expose the InputDecoration somehow. As minimum I would like borderRadius or inputBorder and inputFocusBorder.

Michael-M-aher commented 1 year ago

Added support for all these customizations.