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

It always has a line at the bottom, how do I turn it off? #86

Open
vqh2602 opened this issue Jul 19, 2024 · 2 comments
Open

It always has a line at the bottom, how do I turn it off? #86

vqh2602 opened this issue Jul 19, 2024 · 2 comments

Comments

@vqh2602
Copy link

vqh2602 commented Jul 19, 2024

image

CleanShot 2024-07-19 at 17 22 36@2x

custom-dropdown: 3.1.1
flutter: 3.19.6
mycode:

CustomDropdown<String>.search(
                  hintText: 'Select job role',
                  items: _categories,
                  excludeSelected: false,
                  onChanged: (value) {},
                  decoration: CustomDropdownDecoration(
                    closedBorder: Border.all(color: Colors.blueAccent),
                    closedErrorBorder: Border.all(color: Colors.redAccent),
                   
                    // expandedBorder: Border.all(),
                  ),
                ),
@vqh2602
Copy link
Author

vqh2602 commented Jul 19, 2024

@AbdullahChauhan

@vqh2602
Copy link
Author

vqh2602 commented Jul 19, 2024

image
Okay, just remove the part after customizing the theme

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

No branches or pull requests

1 participant