flutter_textfield_search
flutter_textfield_search copied to clipboard
Fix : Added an attribute to change background color of the drop down list and cursor color
I have added an attribute [dropDownBackgroundColor] in [TextFieldSearch] class to change the background colour of the drop down list. Also, I have added an attribute [cursorColor] to change the color of the cursor. You can ignore the [pubspec.lock] file changes.