Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Changes as per following: #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shutterscripter
Copy link

  1. Decoration added for search box dialog

I'm using this package while doing my internship. There is this problem occurring when I try to implement CSC Picker, problem is as follow:

  1. The background color of the search box dialog is getting change as the theme I described in main.dart
  2. I'm not able to change the background color of Search box dialog after it is changed automatically by implementing theme.

SOLUTION:
First solution was to write my own package for this but it is difficult task I choose to modify code and did my job.

Code changes:
ClipRRect is replaced with the Container with the customizable decoration parameter (searchDialogDecoration).

Before-After

1. Decoration added for search box dialog \n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant