custom-dropdown
custom-dropdown copied to clipboard
[Question]: Dropdown header customisation
Hi, I'm using your dropdown in my flutter project. It works well, but I have 2 questions that I haven't figured out how to customise (or maybe these things are not custom).
-
Is it possible to change the height of the header? (OI don't know how to name it properly - I've attached the screenshot below for the clarification). I tried wrapping it in
SizedBox, but it just truncates. -
Is it possible to change the color of the error border state? As you can see in the screenshot 2, the error text and the error border have different colors - so I want to make them the same.
I'd appreciate any feedback, thanks in advance.