OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
204 stars 60 forks source link

Theming #105

Closed elliots closed 3 years ago

elliots commented 3 years ago

Hi, how are people handling theming of the components?

We have forked to add style properties using Theme, but wondering if there is a smarter way? If there isn't, does it make sense to create a pull request?

elliots commented 3 years ago

Nevermind. Turns out the dev didn't look hard enough, can just use the built in Theme class.. inputDecorationTheme etc.