Kort
05/26/2023, 3:56 AMdecorationBox
for this, but I’ve noticed that the width of the BasicTextField does not match the width calculated by TextMeasurer
.
After tracing the source code, I found out that the minimum width and height of BasicTextField are preset based on ten ‘H’ characters. I couldn’t find a conventional way to remove this restriction in the code.
I was wondering if anyone has a good solution or workaround for this that would allow me to disregard this constraint.
Thanks in advance for your help!