Matt H

Results 1 comments of Matt H

To make a workaround for my case with a Toggle + Togglestyle, I added fixedSize to text as... ``` Text(myTextvar) .fixedSize(horizontal: true, vertical: false) ``` I had to add padding...