I have a Jetpack Compose Text() element that I'd like to outline in black like so
.
Anyone know how to do this?
I've tried using the border() modifier, but that just adds a border around the rectangular area containing the text. I've also tried overlaying two text elements, but that doesn't quite work either.
