How to get rid of borders / apply app theme #1111
-
Beta Was this translation helpful? Give feedback.
Answered by
deandreamatias
Sep 17, 2022
Replies: 1 comment
-
Hi! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deandreamatias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
The class InputDecoration has more properties than these, like enableBorder. You can try configure this properties.
If don't work, you can create your own widget too, take a look on
form_builder_dropdown.dart
file