Mindinventory / drop_down_list

Highly versatile Widget to search through a single or multiple choices from bottom sheet list in a dialog box or a menu.
https://www.mindinventory.com/flutter-app-development.php
MIT License
86 stars 34 forks source link

Change hintText #7

Closed maiconkf closed 1 year ago

maiconkf commented 1 year ago

Can you please add a parameter to change the hintText? I need to translate this text...

And I know about searchWidget but it's not possible to add padding... I only need to change the placeholder.

lbarria77 commented 1 year ago

How can i chance the color text from the list, i can see My options because the color is a light grey tone. Also can i chance the hint text from the search and the color?

sahilmind commented 1 year ago

How can i chance the color text from the list,

@lbarria77 you can use the ListItemBuilder and searchWidget to create a custom view as per your requirement by using drop_down_list: 0.0.5 please have a look. I am happy to help you if required. Thanks!

sahilmind commented 1 year ago

@maiconkf As per your requirement, I have added the searchHintText property which helps to update the hint in drop_down_list: 0.0.5 please have a look. I am happy to help you if required. Thanks!