Hello, I'm trying to develop a simple desktop application with multiple TextField objects. The default dimensions are much taller that what I'm looking for, and as far as I can tell from Flutter documentation, the best way to modify this is changing the decoration property of the TextField, that takes an InputDecoration.
Could this class implemented in flet, as well as the corresponding property to use it?
I wonder if there's any workaround to achieve this effect at the moment.
Thank you