hey, is there any solution to define what was the ...
# compose
f
hey, is there any solution to define what was the
textAllCaps
when it comes to define the
TextStyle/Typography
? I wanted one of my typography styles to always be in caps.
z
As far as I know, one should use String-related APIs to "manually" make a text All-caps, so I'd assume there is no way to enforce this using styles.
f
thanks!