-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Applying themes to the entire formBuilder #242
Comments
I was wondering the same thing |
Theme( |
I'll consider adding a form-wide input decoration theme if this issue gets enough upvotes. In the meantime, my suggestion is to use |
I think wrapping the form builder in a Theme widget or using the suggestion described above is adequate. For further modifications, we can make our own components and directly control the UI through the conponent's renderer. |
hey I am trying to apply a theme, basically a set of textStyles, buttons styles, ... to the entire formBuilder widget and the items in it.
I could go on and add InputDecorations like follow to all widgets but that would be non efficient :
Is applying a global theme possible and how to do it if true.
The text was updated successfully, but these errors were encountered: